summaryrefslogtreecommitdiffstats
path: root/source3/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* replaced inet_aton() with inet_addr() to keep Solaris from complaining.Gerald Carter2001-02-081-3/+9
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-1/+16
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-0/+8
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-4/+18
* Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison2000-12-121-10/+23
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-121-9/+28
* Removed unused auto (IRIX compiler warning).Jeremy Allison2000-12-081-2/+1
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* Print debug if domain_client_validate() cannot fetch the trust accountTim Potter2000-12-061-1/+2
* 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