s4:s3compat Add struct declarations to avoid warnings in s3compat_wrapper.h
[abartlet/samba.git/.git] / source3 /
2010-06-03 Andrew Bartletts3:param Allow lp_security() and lp_passdb_backend...
2010-06-03 Andrew Bartletts3:winbindd Add hooks for s3compat into source3/winbindd
2010-06-03 Andrew Bartletts3:auth Improve make_auth_context_text_list API - add...
2010-06-03 Andrew Bartletts3:auth Enable make_auth_context_subsystem to be replac...
2010-06-03 Andrew Bartletts3compat-only s3:winbindd Split event handlers from...
2010-06-03 Andrew Bartletts3compat-only s3:winbind Split wb_process_request(...
2010-06-03 Andrew Bartletts3compat-only s3:winbindd Move more parts of winbindd...
2010-06-03 Andrew Bartletts3:auth Add error paths for invalid password_state...
2010-06-03 Andrew Bartletts3:auth Change winbindd -> auth interface to more stand...
2010-06-03 Andrew Bartletts3:auth Change 'make_user_info' to be talloc based
2010-06-03 Andrew Bartletts3:auth Whitespace fixes after auth merge
2010-06-03 Andrew Bartletts3:auth Make Samba3 use the new common struct auth_user...
2010-06-03 Andrew Bartletts3:auth Rename user_info->domain -> user_info->mapped...
2010-06-03 Andrew Bartletts3:auth Rename user_info->client_domain -> user_info...
2010-06-03 Andrew Bartletts3:auth fix header comment for internal_username -...
2010-06-03 Andrew Bartletts3:auth Rename user_info->internal_username -> user_inf...
2010-06-03 Andrew Bartletts3:auth Rename user_info->smb_name -> user_info->client...
2010-06-02 Jeremy AllisonEnsure we remove SMB2 cancel requests from the active...
2010-06-02 Jeremy AllisonFix a crash bug found by Ira Cooper <samba@ira.wakeful...
2010-06-02 Günther Deschners3: remove unused librpc/ndr/sid.c.
2010-06-02 Jeremy AllisonMove to using a DATA_BLOB inside of struct aio_extra...
2010-06-02 Günther Deschners3-selftest: Fix blackbox smbclient s3 tests during...
2010-06-02 Matthieu Patous3: Allow previous password to be stored and use it...
2010-06-02 Volker Lendeckes3: Add vfs_linux_xfs_sgid
2010-06-02 Kai Blins3-waf: Fix up smbclient dependencies
2010-06-02 Kai Blins3-waf: Fixed dependencies of the the krbclient subsystem.
2010-06-02 Andreas Schneiders3-waf: Fixed dependencies of the the avahi subsystem.
2010-06-02 Ira CooperSMB2: Fix rename on Windows 7.
2010-06-01 Jeremy AllisonDon't use sigev_value.sival_int to just store the mid...
2010-06-01 Günther Deschners3-eventlog: try to pass RPC-EVENTLOG during make test...
2010-06-01 Holger Hetterichs3-vfs: Send the share name instead of the path in...
2010-06-01 Kai Blins3-waf: Fix the build
2010-06-01 Michael Adams3: remove unused prototype for lp_idmap_domains().
2010-06-01 Kai Blins3-waf: Add check for dirent.d_off member
2010-06-01 Stefan Metzmachers3:winbindd: make sure we only call static_init_idmap...
2010-06-01 Andrew Bartletts3:winbind Ensure we always init idmap_passdb before...
2010-06-01 Andrew Bartletts3:idmap Use idmap.idl defined structures and constants
2010-06-01 Andrew Bartletts3:auth Rename wksta_name -> workstation_name in auth_u...
2010-06-01 Andrew Bartletts3:param Put 'server_role' functions in another file.
2010-06-01 Andrew Bartletts3:param Add helper function to get at Gobals.iDomainMaster
2010-06-01 Kai Blins3-waf: Check for device major and minor macros
2010-06-01 Kai Blins3-waf: Add check for asm/types.h
2010-05-31 Kai Blins3-waf: Check if compiler supports LL suffix
2010-05-31 Kai Blins3-waf: Check for broken nisplus include files
2010-05-31 Günther Deschners3-smbd: remove unused sconn from token_contains_name().
2010-05-31 Andrew Bartletts3:winbindd move reinit_after_fork() back out of winbin...
2010-05-31 Andrew Bartletts3:winbind Make state->mem_ctx a talloc child of state
2010-05-31 Andrew Bartletts3:winbind tidy up connecting the winbind sockets.
2010-05-31 Andrew BartlettRevert "s3:winbindd Split helper functions to allow...
2010-05-31 Günther Deschners3-netlogon: Fix crash bug in _netr_NetrEnumerateTruste...
2010-05-31 Simo Sorces3:smbd map_username() doesn't need sconn anymore
2010-05-31 Simo Sorces3:smbd user_ok doesn't need sconn anymore
2010-05-31 Simo Sorces3:smbd user_in_list() doesn't need sconn anymore
2010-05-31 Simo Sorces3:smbd user_in_network() doesn't need sconn anymore
2010-05-31 Simo Sorces3:smbd make yp cache local.
2010-05-31 Kai Blins3-waf: Fix build after ntlmssp_sign.c moved
2010-05-31 Günther Deschners3-netlogon: use LSA in _netr_NetrEnumerateTrustedDomains.
2010-05-31 Günther Deschners3-netlogon: use SAMR in _netr_ServerAuthenticate3.
2010-05-31 Günther Deschners3-samr: give the system user a free pass for _samr_Que...
2010-05-31 Günther Deschners3-auth: add "system" bool flag to auth_serversupplied_...
2010-05-31 Günther Deschners3-netlogon: use SAMR in _netr_ServerPasswordSet{2}.
2010-05-31 Andrew Bartletts3:ntlmssp Move ntlmssp_sign.c from source3 to common...
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Andrew Bartletts3:ntlmssp Add two unused variables to match the Samba4...
2010-05-31 Andrew Bartletts3:auth Remove AUTH_NTLMSSP_STATE typedef.
2010-05-31 Andrew Bartletts3:auth Make AUTH_NTLMSSP_STATE a private structure.
2010-05-31 Björn Jackes3:configre: work around shell problem on HP-UX in...
2010-05-31 Matthias Dieter... s3/s4:netrEnumerateTrustedDomains - this call returns...
2010-05-31 Volker Lendeckes3: Fix some debug messages
2010-05-31 Volker Lendeckes3: Don't announce readraw and writeraw with the async...
2010-05-31 Günther Deschners3: use shared security defines.
2010-05-31 Günther Deschners3: only use netlogon/nbt header when needed.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-31 Michael Adams3: remove prototype of non-existsing function idmap_td...
2010-05-31 Björn Jackes3: use PICFLAG instead of PIE_FLAGS
2010-05-30 Björn Jackes3: final test for working shlib support requires PIE_L...
2010-05-30 Björn Jackes3: use autoconf macro to get some debug output in...
2010-05-30 Kai Blins3-waf: Fix the build after rebase
2010-05-30 Kai Blins3-waf: support avahi builds
2010-05-30 Kai Blins3-waf: Add more darwin-specific options
2010-05-30 Kai Blins3-waf: Set HAVE_GSSAPI if gssapi libs were found
2010-05-30 Joachim Schmitzs3: define timespec before we use it
2010-05-30 Björn Jackes3: set pthread cflags in a more portable fashion
2010-05-30 Björn JackeRevert "s3: Attempt to fix the non-gnumake build"
2010-05-30 Björn Jackes3: fix check for pie compiler flags
2010-05-30 Björn Jackes3: add m4 macro to check if stderr is empty or not
2010-05-29 Simo Sorces3:auth make it easier to trace auth modules
2010-05-29 Simo Sorces3:auth fix info3 duplication function
2010-05-29 Simo Sorces3:smbd Use the right num_sids
2010-05-29 Simo Sorces3:passdb Fix memory leak
2010-05-29 Andrew Bartletts3:auth Fix segfault when the user cannot be found...
2010-05-28 Andrew Bartletts3:winbind Kill amusing but un-used winbindd_kill_all_c...
2010-05-28 Andrew Bartletts3:lib s3:lib move get_global_sam_name to util_names.c
2010-05-28 Andrew Bartletts3:lib split out global workgroup and netbios name...
2010-05-28 Andrew Bartletts3:smbd move messaging_context and memcache into globals.c
2010-05-28 Andrew Bartletts3:smbd split reload services/printers functions from...
2010-05-28 Andrew Bartletts3:smbd split smbd/server.c into smbd/server.c and...
2010-05-28 Kai Blins3-waf: Support builds with utmp accounting
2010-05-28 Kai Blins3-waf: Match the defines from the autotools build...
next