s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value
[nivanova/samba-autobuild/.git] / source3 / auth /
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level
2011-09-22 Andrew Tridgells3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH
2011-09-19 Matthias Dieter... s4:auth - remove unused variables
2011-09-16 Volker Lendeckes3: Fix bug 8455 -- Samba PDC is looking up only primar...
2011-09-15 Stefan Metzmachers3:auth_server: make use of cli_state_server_challenge()
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-13 Stefan Metzmachers3:auth_server: make use of cli_state_security_mode()
2011-09-12 Jeremy AllisonMove the talloc_move call until *after* the check on...
2011-09-12 Sumit Boses3-auth: fix uninitialized server_info
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-08-03 Andrew Bartletts3-ntlmssp Remove a level of nesting in if/else statement
2011-08-03 Andrew Bartlettselftest: test plugin_s4_dc against all ncacn_np tests
2011-08-03 Andrew Bartletts3-ntlmssp clarify session key behaviour after create_l...
2011-08-03 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_state_destructor, use...
2011-08-03 Andrew Bartletts3-auth directly return the result of make_server_info_...
2011-08-03 Andrew Bartletts3-auth rename auth_ntlmssp_steal_session_info()
2011-08-03 Andrew Bartletts3-auth Add function to start any GENSEC mech by OID
2011-08-03 Andrew Bartletts3-auth remove sanitized_username from auth_serversuppl...
2011-08-03 Andrew Bartletts3-auth set session_info->sanitized_username in create_...
2011-08-03 Andrew Bartletts3-ntlmssp Split auth_ntlmssp_start into two functions
2011-08-03 Andrew Bartletts3-ntlmssp Split calls to gensec plugin into prepare...
2011-08-03 Andrew Bartletts3-auth Add hook to start a GENSEC mech to auth_samba4
2011-08-03 Andrew Bartletts3-ntlmssp Add hooks to optionally call into GENSEC...
2011-08-03 Andrew Bartletts3-auth Allow auth modules to provide an initialised...
2011-08-03 Andrew Bartletts3-auth Use else if in do_map_to_guest_server_info
2011-08-03 Andrew Bartletts3-auth Move map to guest to directly after the check_p...
2011-08-02 Stefan Metzmachers3:auth_server: make use of cli_state_protocol()
2011-07-23 Jeremy AllisonFix bug 8314] - smbd crash with unknown user.
2011-07-22 Stefan Metzmachers3:auth_server: make use of cli_state_remote_name()
2011-07-22 Stefan Metzmachers3:auth_domain: we already have the dc_name, it's the...
2011-07-22 Stefan Metzmachers3:auth_domain: add some const to sockaddr_storage
2011-07-21 Jeremy AllisonFix const warning.
2011-07-20 Andrew Bartletts3-auth fix dummy function in the not-with-kerberos...
2011-07-20 Andrew Bartletts3-auth Replace False with false in auth_util.c
2011-07-19 Andrew Bartletts3-auth Replace True with true in auth_util.c
2011-07-19 Andrew Bartletts3-auth Fix spelling
2011-07-19 Andrew Bartletts3-auth Remove pointless destructor in make_server_info
2011-07-19 Andrew Bartletts3-auth inline make_auth_session_info into only caller
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartlettauth: Set NETLOGON_GUEST and use it to determine guest...
2011-07-19 Andrew Bartlettauth: Split out make_user_info_SamBaseInfo and add...
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth reimplement copy_session_info via NDR pull...
2011-07-19 Andrew Bartletts3-auth Remove pointless destructor
2011-07-19 Andrew Bartletts3-auth Avoid redundant copies in create_local_token()
2011-07-19 Andrew Bartletts3-auth Add comments to copy_session_info_serverinfo_gu...
2011-07-19 Andrew Bartletts3-auth inline copy_serverinfo_session_info into only...
2011-07-19 Andrew Bartletts3-auth use a cached auth_serversupplied_info in make_s...
2011-07-19 Andrew Bartletts3-auth remove extra from auth3_session_info
2011-07-19 Andrew Bartletts3-auth Clarify inputs and ouptuts by using elements...
2011-07-19 Andrew Bartletts3-auth assert that security_token is present in the...
2011-07-19 Andrew Bartletts3-auth: Remove unused lm_session_key from auth3_sessio...
2011-07-19 Andrew Bartletts3-auth remove unused copy_serverinfo
2011-07-19 Andrew Bartletts3-auth Use system boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-19 Andrew Bartletts3-auth Add struct auth3_session_info to aid transition...
2011-07-19 Andrew Bartletts3-auth Add const to indicate input elements
2011-07-19 Andrew Bartlettauth: Preserve guest flag on transition via netr_SamInfo3
2011-07-19 Andrew Bartletts3-auth Restore nss_token behaviour by reading from...
2011-07-19 Andrew BartlettAdd my copyright
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-13 Andreas Schneiders3-auth: Fix account check over ncalrpc.
2011-07-11 Stefan Metzmachers3:auth_server: use cli_echo() to check if the server...
2011-07-11 Stefan Metzmachers3:auth_server: make use of cli_state_is_connected()
2011-07-08 Stefan Metzmachers3:auth_server: use cli->is_guestlogin instead of parsi...
2011-07-08 Stefan Metzmachers3:auth: remove unused variable
2011-07-08 Stefan Metzmachers3:auth_unix: remove unused var
2011-07-04 Andrew Bartletts3-build allow_undefined_symbols=False is the default now
2011-07-04 Andrew Bartletts3-auth libauth no longer requires undefined symbols
2011-07-04 Andreas Schneiders3-auth: Remove global smbd_server_conn from auth_unix.c.
2011-07-04 Andreas Schneiders3-auth: Pass the remote_address down to user_info.
2011-07-04 Andreas Schneiders3-auth: Added remote_address to ntlmssp server.
2011-07-04 Andreas Schneiders3-auth: Only reload the config file.
2011-07-03 Volker Lendeckes3: Remove a use of cli_errstr
2011-07-03 Andrew Bartletts3-build Prepare to require fully defined modules
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Andrew Bartlettlib/util Remove samba-util-common!
2011-06-15 Volker Lendeckes3: Add debug level 0 warnings to make_new_server_info_...
2011-06-15 Volker Lendeckes3: Fix the return of make_new_server_info_guest
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Matthias Dieter... s3:auth/auth_samba4.c - remove unused variable
2011-06-06 Andrew Bartletts3-auth Use loadparm_init_s3() to get an lp_ctx for...
2011-05-30 Michael Adams3:auth/proto.h: add _AUTH_PROTO_H_ guard
2011-05-30 Michael Adams3:auth/proto.h: add GPL/Copyright header
2011-05-30 Andrew Bartletts3-build: Move user_util.c into it's own subsystem
2011-05-29 Volker Lendeckes3: Use the correct guest_login field in auth_server
2011-05-29 Volker Lendeckes3: Use cli_connect_nb in auth_server
2011-05-29 Volker Lendeckes3: Fix a type-punned warning
2011-05-29 Volker Lendeckes3: Check password server loop earlier
2011-05-25 Sean FinneyFix numerous missing dependencies in WAF build scripts
2011-05-18 Andrew Bartlettbuild: Add depenencies needed by Samba3 subsystems
2011-05-08 Andrew Bartletts3-auth Add auth_samba4 module
next