summaryrefslogtreecommitdiffstats
path: root/source/passdb/smbpass.c
Commit message (Expand)AuthorAgeFilesLines
* client/clientutil.c: Changed workgroup to "" for smbmount (only codeJeremy Allison1998-12-031-0/+6
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-2/+2
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-211-0/+1
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-2/+2
* getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1998-10-151-1/+6
* bug-fixing against:Luke Leighton1998-10-151-0/+2
* anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1998-10-091-0/+1
* Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1998-09-281-1/+5
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+10
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-44/+80
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-5/+5
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-7/+7
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-7/+7
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-4/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-2/+2
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+1
* includes.h: Fixes for NetBSD and BSDI.Jeremy Allison1998-06-041-2/+2
* clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1998-06-011-2/+2
* smb.h: More NT SMB stuff (just defines).Jeremy Allison1998-05-261-1/+2
* - created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton1998-05-241-2/+2
* 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