| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ZERO_STRUCT() of info3 structure before using it. | Tim Potter | 2000-06-14 | 1 | -0/+2 |
* | Luke, I am moving the code back into passdb/passdb.c, this the correct | Jeremy Allison | 2000-06-09 | 1 | -52/+14 |
* | free NET_USER_INFO_3 gids when vuser invalidated. | Luke Leighton | 2000-06-09 | 1 | -0/+4 |
* | dynamic allocation of NET_USER_INFO_3 gids. | Luke Leighton | 2000-06-09 | 1 | -23/+37 |
* | reverted jeremy's changes that removed NET_USER_INFO_3. will you please | Luke Leighton | 2000-06-09 | 1 | -28/+53 |
* | include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ... | Jeremy Allison | 2000-06-08 | 1 | -53/+28 |
* | added a NET_USER_INFO_3 struct to user_struct. | Luke Leighton | 2000-06-08 | 1 | -1/+34 |
* | moved secrets fns into secrets.c | Andrew Tridgell | 2000-06-03 | 1 | -1/+1 |
* | got rid of lp_revalidate() | Andrew Tridgell | 2000-05-24 | 1 | -1/+1 |
* | use "winbind separator" option for domain/user separator character | Andrew Tridgell | 2000-05-12 | 1 | -1/+1 |
* | use our primary domain trust account for trusted domain authentication | Andrew Tridgell | 2000-05-12 | 1 | -2/+2 |
* | - changed smb_getpwnam() to use winbind style usernames | Andrew Tridgell | 2000-05-10 | 1 | -1/+1 |
* | treat a blank "password server =" line as a "*" if in domain security | Andrew Tridgell | 2000-05-10 | 1 | -3/+2 |
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -0/+4 |
* | - use smb_gwtpwnam() in another couple of places | Andrew Tridgell | 2000-05-09 | 1 | -1/+1 |
* | added secrets.tdb and changed storage of trust account password to use | Andrew Tridgell | 2000-05-08 | 1 | -1/+1 |
* | a minimal change to get appliance mode to work with winbindd | Andrew Tridgell | 2000-05-04 | 1 | -8/+22 |
* | - use full_name instead of real_name | Andrew Tridgell | 2000-05-04 | 1 | -2/+2 |
* | Insure uninitialized memory read fixes. | Jeremy Allison | 2000-05-03 | 1 | -0/+2 |
* | split the username in the vuser structure into a separate | Andrew Tridgell | 2000-05-02 | 1 | -12/+12 |
* | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2000-05-02 | 1 | -2/+2 |
* | converted a couple more functions to use a fd instead of a FILE* | Andrew Tridgell | 2000-04-16 | 1 | -8/+9 |
* | finally got sick of the "extern int Client" code and the stupid | Andrew Tridgell | 2000-04-11 | 1 | -4/+2 |
* | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 2000-03-10 | 1 | -9/+0 |
* | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 2000-02-15 | 1 | -5/+1 |
* | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2000-01-07 | 1 | -1/+0 |
* | Fixed getgrent() recurse problem. | Jeremy Allison | 2000-01-04 | 1 | -8/+45 |
* | added suppport for unexpected udp/138 packets | Andrew Tridgell | 2000-01-03 | 1 | -75/+88 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -88/+954 |
* | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1999-12-12 | 1 | -1/+1 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 1 | -129/+0 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 1 | -5/+5 |
* | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1999-12-06 | 1 | -501/+0 |
* | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 1999-12-02 | 1 | -3/+10 |
* | cli_session_setup() now takes an extra argument (host name). hey, what | Luke Leighton | 1999-12-01 | 1 | -2/+4 |
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -53/+11 |
* | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1999-11-21 | 1 | -11/+26 |
* | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1999-11-21 | 1 | -2/+3 |
* | adding user session key into network netlogon response. | Luke Leighton | 1999-11-21 | 1 | -12/+12 |
* | oops, #ifdef'd cli_shutdown out, as the fun has _already_ started: | Luke Leighton | 1999-11-20 | 1 | -2/+1 |
* | attempting to establish inter-domain trust relationships. modified | Luke Leighton | 1999-11-20 | 1 | -0/+2 |
* | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1999-11-20 | 1 | -5/+10 |
* | cli_nt_setup_creds() returns uint32 NT status code not a BOOL. | Luke Leighton | 1999-10-29 | 1 | -3/+4 |
* | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1999-10-21 | 1 | -1/+1 |
* | NTLMv2 check being actioned when NT password response was only 24 chars. | Luke Leighton | 1999-07-16 | 1 | -1/+1 |
* | copy of password struct needed to be made prior to calling copy_passwd_struct | Luke Leighton | 1999-07-16 | 1 | -6/+8 |
* | added %d %d to error message, try to track down the uid / smb_uid mismatch | Luke Leighton | 1999-07-15 | 1 | -2/+2 |
* | oops, refused lm when ntlmv2 was true not false/auto. oops! | Luke Leighton | 1999-07-07 | 1 | -1/+1 |
* | smb_password_ok() checking incorrectly whether lm password exists. | Luke Leighton | 1999-07-06 | 1 | -13/+16 |
* | improving authentication code (tidyup). | Luke Leighton | 1999-06-29 | 1 | -45/+102 |