summaryrefslogtreecommitdiffstats
path: root/source/smbd/password.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-7/+31
* merging for 2.2.6pre1Gerald Carter2002-07-271-3/+3
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-431/+462
* Move over to RELEASE branch.Jeremy Allison2002-02-011-220/+220
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-92/+87
* Syncup getting ready for release.Jeremy Allison2001-07-061-240/+284
* Adding Andrew Bartlett's mini-fixes to extend use of PAM to encrypted passwor...John Terpstra2001-04-131-1/+10
* Bail out early if null password and lp_null_passwords not set.Jeremy Allison2001-03-271-0/+5
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-2/+0
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-4/+0
* merges from HEADGerald Carter2001-02-081-2/+8
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-1/+16
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-0/+8
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-201-4/+18
* Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison2000-12-121-10/+23
* Merged in Tim's changes: Removed static limit of MAX_LOOKUP_SIDS in rpc serve...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 do a unix_to_dos() on read.Jeremy Allison2000-12-071-1/+1
* Merge from applience-head of error message.Jeremy Allison2000-12-061-1/+2
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-60/+81
* Brought Tim's new initgroups winbind functionality. Now need to fixJeremy Allison2000-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