Age | Commit message (Expand) | Author | Files | Lines |
2003-04-24 | Merge auth changes from HEAD: | Andrew Bartlett | 1 | -1/+6 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -2/+8 |
2003-04-16 | Add support for the new modules system to auth/ (merge from HEAD) | Jelmer Vernooij | 1 | -1/+8 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -7/+0 |
2003-03-17 | Mege from HEAD - doxygen. | Andrew Bartlett | 1 | -1/+1 |
2003-01-14 | Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD. | Andrew Bartlett | 1 | -1/+2 |
2003-01-04 | Make it clear that the credentials are being setup on the NETLOGON channel, and | Andrew Bartlett | 1 | -3/+3 |
2002-12-13 | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 1 | -88/+8 |
2002-11-23 | [merge from APP_HEAD] | Gerald Carter | 1 | -2/+3 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -8/+7 |
2002-11-09 | Fix bug found by tpot with given password server. | Jeremy Allison | 1 | -1/+1 |
2002-11-08 | Don't set global_machine_password_needs_changing if | Tim Potter | 1 | -4/+6 |
2002-11-06 | Merge of get_dc_list() api change from HEAD. | Tim Potter | 1 | -2/+17 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -10/+23 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -3/+4 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -36/+103 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -77/+41 |
2002-03-27 | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 1 | -2/+0 |
2002-03-26 | Don't hold the mutex for more than 20 seconds. | Jeremy Allison | 1 | -2/+4 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -2/+2 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -16/+121 |
2002-03-01 | SECURITY FIXES: | Andrew Bartlett | 1 | -6/+4 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 1 | -11/+12 |
2002-02-18 | serialise all domain auth requests | Andrew Tridgell | 1 | -1/+10 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Fix up a security issue with the way we handle domain groups retuned on the | Andrew Bartlett | 1 | -16/+2 |
2002-01-25 | Remove check for passwordserver = "*" as we now initialise it. | Tim Potter | 1 | -1/+6 |
2002-01-14 | Fix a segfault in auth/auth_domain.c error cases. | Andrew Bartlett | 1 | -2/+1 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -0/+4 |
2002-01-11 | fixed a crash bug in domain auth caused by an uninitialised nt_status | Andrew Tridgell | 1 | -1/+1 |
2002-01-11 | The DC is meant to be sent the *unmapped* username... | Andrew Bartlett | 1 | -1/+1 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -18/+33 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 1 | -147/+99 |
2001-12-14 | If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ... | Jim McDonough | 1 | -1/+1 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -1/+2 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -1/+1 |
2001-11-27 | fix sense of lp_allow_trusted_domains() | Andrew Tridgell | 1 | -1/+1 |
2001-11-26 | A number of things to clean up the auth subsytem a bit... | Andrew Bartlett | 1 | -11/+16 |
2001-11-26 | challange -> challenge | Tim Potter | 1 | -1/+1 |
2001-11-26 | Got medieval on another pointless extern. Removed extern struct ipzero | Tim Potter | 1 | -5/+3 |
2001-11-26 | This compleats the of the authenticaion subystem into the new 'auth' | Andrew Bartlett | 1 | -1/+410 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -3/+15 |
2001-11-11 | This extra check isn't needed, we can only get here if secuirty=domain | Andrew Bartlett | 1 | -3/+0 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -3/+3 |
2001-08-24 | Fixed incorrect debug. | Tim Potter | 1 | -4/+1 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 1 | -355/+19 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -1/+1 |