summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-60/+81
* combined 2 if statments which used the same conditionGerald Carter2000-11-211-3/+5
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-47/+57
* Remove duplicate group initialisation function.Tim Potter2000-10-111-22/+0
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
* With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison2000-09-121-1/+0
* Hopefully this should fix the primary group permission problem.Tim Potter2000-09-071-2/+0
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-7/+4
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-281-1/+0
* Merge bug - still getting used to dirdiff.Tim Potter2000-08-281-1/+0
* Merge from appliance branch.Tim Potter2000-08-281-0/+10
* Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison2000-08-081-1/+1
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-041-3/+6
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-15/+12
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-67/+46
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-2/+2
* Spelling fixes.Tim Potter2000-07-101-3/+3
* Delete OriginalDir stuff.Tim Potter2000-06-231-3/+3
* ZERO_STRUCT() of info3 structure before using it.Tim Potter2000-06-141-0/+2
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-52/+14
* free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton2000-06-091-0/+4
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-23/+37
* reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton2000-06-091-28/+53
* include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison2000-06-081-53/+28
* added a NET_USER_INFO_3 struct to user_struct.Luke Leighton2000-06-081-1/+34
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-1/+1
* got rid of lp_revalidate()Andrew Tridgell2000-05-241-1/+1
* use "winbind separator" option for domain/user separator characterAndrew Tridgell2000-05-121-1/+1
* use our primary domain trust account for trusted domain authenticationAndrew Tridgell2000-05-121-2/+2
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-1/+1
* treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2000-05-101-3/+2
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* - use smb_gwtpwnam() in another couple of placesAndrew Tridgell2000-05-091-1/+1
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-1/+1
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-8/+22
* - use full_name instead of real_nameAndrew Tridgell2000-05-041-2/+2
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-0/+2
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-12/+12
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-8/+9
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-4/+2
* you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-101-9/+0
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-5/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-1/+0
* Fixed getgrent() recurse problem.Jeremy Allison2000-01-041-8/+45
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-75/+88
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-88/+954
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-1/+1
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-129/+0
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-5/+5