summaryrefslogtreecommitdiffstats
path: root/source3/passdb/smbpass.c
Commit message (Expand)AuthorAgeFilesLines
* fixed signed / unsigned warnings spotted by tim winders. also fixedLuke Leighton1998-05-211-1/+1
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-191-1/+5
* made mod_smbfilepwd_entry() and getsmbfilepwent() static. they need notLuke Leighton1998-05-191-98/+97
* oops - got some of the default (conversion) functions wrong.Luke Leighton1998-05-191-32/+19
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-191-0/+18
* ldap.c :Luke Leighton1998-05-191-0/+1
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-34/+40
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-63/+63
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-181-9/+3
* resolving compilation errorsLuke Leighton1998-05-181-1/+2
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-181-297/+9
* Makefile:Luke Leighton1998-05-181-3/+30
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-4/+4
* initialise a variableAndrew Tridgell1998-05-131-1/+1
* removed lp_domain_workstation() parameterLuke Leighton1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-121-21/+22
* password back-end database supportLuke Leighton1998-05-111-1/+108
* ldap back-end database developmentLuke Leighton1998-05-111-199/+34
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-9/+11
* renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1998-05-081-10/+10
* remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton1998-05-071-1/+0
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-071-29/+0
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-11/+0
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-32/+43
* smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1998-05-061-25/+21
* loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1998-05-061-8/+9
* jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1998-05-061-0/+9
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-2/+2
* Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison1998-04-301-4/+6
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-27/+54
* password.c:Luke Leighton1998-04-291-10/+17
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-291-3/+0
* genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1998-04-231-33/+222
* includes.h: Added John's redhat fix for QSORT_CAST.Jeremy Allison1998-04-181-26/+58
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-6/+131
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-141-8/+50
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-1/+1
* the default for old style accounts should be workstation trustAndrew Tridgell1998-03-311-1/+1
* smbpass.c: Made unknown accounts ending in '$' server accounts, notJeremy Allison1998-03-261-1/+1
* Added writing of '[XXX]' account control bits into gcosJeremy Allison1998-03-241-0/+7
* Updated smbpasswd to allow root to add machine accounts, and allowJeremy Allison1998-03-241-4/+6
* Adding the same changes to HEAD as were added to BRANCH_1_9_18.Jeremy Allison1998-03-191-6/+0
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-784/+774
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-201-6/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-4/+8
* fixed some typecasts of (char *) to (unsigned char *)Andrew Tridgell1997-11-221-4/+4
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-101-1/+1
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-091-1/+1
* mod_smbpasswd() was junking the smbpasswd file...Luke Leighton1997-11-081-97/+99