summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison1-1/+1
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison1-5/+14
2001-04-18merge from 2.2Andrew Tridgell1-13/+37
2001-03-27Bail out early if null passwords and lp_null_passwords not set.Jeremy Allison1-0/+5
2001-03-11Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison1-2/+0
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-08replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter1-3/+9
2001-01-25Fixes from appliance-head for pdc searches.Jeremy Allison1-1/+16
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-0/+8
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-4/+18
2000-12-12Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison1-10/+23
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison1-9/+28
2000-12-08Removed unused auto (IRIX compiler warning).Jeremy Allison1-2/+1
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-1/+1
2000-12-06Print debug if domain_client_validate() cannot fetch the trust accountTim Potter1-1/+2
2000-11-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison1-60/+81
2000-11-21combined 2 if statments which used the same conditionGerald Carter1-3/+5
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-47/+57
2000-10-11Remove duplicate group initialisation function.Tim Potter1-22/+0
2000-10-05Fix for null passwords being allowed bug.Jeremy Allison1-4/+8
2000-09-12With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison1-1/+0
2000-09-07Hopefully this should fix the primary group permission problem.Tim Potter1-2/+0
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-7/+4
2000-08-28smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison1-1/+0
2000-08-28Merge bug - still getting used to dirdiff.Tim Potter1-1/+0
2000-08-28Merge from appliance branch.Tim Potter1-0/+10
2000-08-08Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison1-1/+1
2000-08-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison1-3/+6
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-15/+12
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-67/+46
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-2/+2
2000-07-10Spelling fixes.Tim Potter1-3/+3
2000-06-23Delete OriginalDir stuff.Tim Potter1-3/+3
2000-06-14ZERO_STRUCT() of info3 structure before using it.Tim Potter1-0/+2
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-52/+14
2000-06-09free NET_USER_INFO_3 gids when vuser invalidated.Luke Leighton1-0/+4
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton1-23/+37
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton1-28/+53
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison1-53/+28
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton1-1/+34
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1
2000-05-24got rid of lp_revalidate()Andrew Tridgell1-1/+1
2000-05-12use "winbind separator" option for domain/user separator characterAndrew Tridgell1-1/+1
2000-05-12use our primary domain trust account for trusted domain authenticationAndrew Tridgell1-2/+2
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-1/+1
2000-05-10treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell1-3/+2
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-09- use smb_gwtpwnam() in another couple of placesAndrew Tridgell1-1/+1
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-1/+1