Nice *big* patch from metze.
[tprouty/samba.git] / source / smbd / password.c
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-06 Andrew BartlettOops...
2002-09-06 Andrew BartlettOne less user of Get_Pwnam_modify()...
2002-08-20 Andrew BartlettBased orginally by work by Kai, this patch moves our...
2002-08-17 Andrew BartlettAdd 'const'.
2002-08-11 Andrew BartlettMake 'remote_machine' private to lib/substitute.c,...
2002-07-28 Simo Sorcefound nasty bug in intl/lang_tdb.c tdb structure was...
2002-07-27 Andrew BartlettThis should fix a nastly little bug where if a user...
2002-07-21 Andrew BartlettAdd some const & static, remove unused functions.
2002-07-15 Andrew Tridgellfixed a problem with getgroups() where it could include...
2002-06-16 Andrew BartlettFurther updates to the service.c code. authorise_login...
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-14 Simo Sorcemoved lp_list_* functions away from param/loadparm...
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-18 Andrew BartlettA few things in this commit:
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-02 Andrew BartlettActually enforce the passdb API.
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-19 Tim PotterCosmetic fix for debug statement.
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-04 Andrew BartlettFix segfault. sup_tok might not always be with us.
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-30 Andrew BartlettSmall changes to register_vuid ahead of a larger restru...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-15 Andrew BartlettKill off the //server/share%user hack in share level...
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-17 Andrew BartlettRestore a debug I think I dropped earlier
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-08-17 Andrew BartlettStyle cleanup for the last vuid change.
2001-08-17 Andrew BartlettOne less getpwnam() call...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-08-01 Jeremy AllisonPidfile check can be read-only. Removed old ifdef in...
2001-07-24 Simo SorceConvert other parameters (read list, write list, valid...
2001-07-17 Simo Sorcemove the global_machine_password_needs_changing where...
2001-07-16 Simo SorceTest if machine password has expired.
2001-07-08 Andrew BartlettThis removes unused paramaters from various authticatio...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-25 Jeremy AllisonFixed stupid typo that would stop trusted domains working.
2001-06-22 Jeremy AllisonAndrew - please look this over. I've fixed a long stand...
2001-06-14 Tim PotterFixed some return code checks for cli_initialise()...
2001-05-31 Jeremy AllisonFix debug statement so it doesn't use lp_workgroup...
2001-05-25 Tim Potteri18n fix for domain_client_validate()
2001-05-17 Tim PotterFixes to get pam_auth() functionality working again.
2001-05-07 Gerald CarterPatch from Simo:
2001-05-06 Jeremy AllisonPatch from David_Tiller@ccnotes.ccity.com finally appli...
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-04 Gerald Cartermerge from 2.2 in password_ok() to ensure that we check the
2001-04-30 Jeremy AllisonBased on an original PAM patch by Andrew Bartlett,...
2001-04-23 Jeremy AllisonAdded smb_ prefix to all Samba wrapper pam functions.
2001-04-22 Jeremy AllisonCommit of a modified version of Andrew Bartlett's patch...
2001-04-18 Andrew Tridgellmerge from 2.2
2001-03-27 Jeremy AllisonBail out early if null passwords and lp_null_passwords...
2001-03-11 Jeremy AllisonMoved cruft out of smb.h into ntdomain.h where it belon...
2001-03-11 Jeremy AllisonRemove "BYTE" - we already have uint8 - don't need...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-08 Gerald Carterreplaced inet_aton() with inet_addr() to keep Solaris...
2001-01-25 Jeremy AllisonFixes from appliance-head for pdc searches.
2001-01-04 David O'NeillChanges from APPLIANCE_HEAD:
2000-12-19 Jeremy AllisonFixed bug found by Gerald. If a Samba server joins...
2000-12-12 Jeremy AllisonFixed bug noticed by JF. se_access_check needs user...
2000-12-12 Jeremy AllisonRemoved the special casing of SIDs in se_access_check...
2000-12-08 Jeremy AllisonRemoved unused auto (IRIX compiler warning).
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-12-06 Tim PotterPrint debug if domain_client_validate() cannot fetch...
2000-11-28 Jeremy Allisoninclude/dlinklist.h: Added '{' '}' around DLIST_PROMOTE...
2000-11-21 Gerald Cartercombined 2 if statments which used the same condition
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-11 Tim PotterRemove duplicate group initialisation function.
2000-10-05 Jeremy AllisonFix for null passwords being allowed bug.
2000-09-12 Jeremy AllisonWith John Reilly help tracking it down - fixed a *nasty...
2000-09-07 Tim PotterHopefully this should fix the primary group permission...
2000-09-06 Jeremy AllisonFix for the SID history problem when using a Win2k...
2000-08-28 Jeremy Allisonsmbd/password.c: Fixed typo in Tim's new code that...
2000-08-28 Tim PotterMerge bug - still getting used to dirdiff.
2000-08-28 Tim PotterMerge from appliance branch.
2000-08-08 Jeremy AllisonFound the sec_ctx_stack overflow - a become_root()...
2000-08-04 Jeremy AllisonFixed up the user/group contexts when using authenticat...
2000-08-03 Jeremy AllisonAdded an NT_USER_TOKEN structure that is copied/passed...
2000-08-02 Jeremy AllisonStarted to canonicalize our handling of uid -> sid...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-07-10 Tim PotterSpelling fixes.
2000-06-23 Tim PotterDelete OriginalDir stuff.
2000-06-14 Tim PotterZERO_STRUCT() of info3 structure before using it.
2000-06-09 Jeremy AllisonLuke, I am moving the code back into passdb/passdb...
2000-06-09 Luke Leightonfree NET_USER_INFO_3 gids when vuser invalidated.
2000-06-09 Luke Leightondynamic allocation of NET_USER_INFO_3 gids.
2000-06-09 Luke Leightonreverted jeremy's changes that removed NET_USER_INFO_3...
2000-06-08 Jeremy Allisoninclude/smb.h: Removed NET_USER_3 struct from user...
2000-06-08 Luke Leightonadded a NET_USER_INFO_3 struct to user_struct.
2000-06-03 Andrew Tridgellmoved secrets fns into secrets.c
2000-05-24 Andrew Tridgellgot rid of lp_revalidate()
2000-05-12 Andrew Tridgelluse "winbind separator" option for domain/user separato...
next