summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* Added autoconf detect tests for broken Solaris 2.6 NIS+ include files.Jeremy Allison1998-12-291-2/+6
* passdb/nispass.c: Fixed compile --with-nisplus (I now have access to a Solari...Jeremy Allison1998-12-292-52/+103
* passdb/pass_check.c: Added log of AFS auth error.Jeremy Allison1998-12-231-0/+1
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-221-38/+22
* acconfig.h configure configure.in include/config.h.in: Added krb5 libs code b...Jeremy Allison1998-12-162-2/+19
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-104-14/+24
* Fix for non-termination of string in osf1_bigcrypt.Jeremy Allison1998-12-041-0/+1
* client/clientutil.c: Changed workgroup to "" for smbmount (only codeJeremy Allison1998-12-032-3/+14
* Tidied up many string functions with const & size_t.Jeremy Allison1998-11-171-5/+5
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-174-6/+6
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-11/+18
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+162
* util functions split into relevant modules, first pass.Luke Leighton1998-11-101-43/+0
* codepages/codepage_def.936: Updated comment.Jeremy Allison1998-11-071-5/+3
* the start of the start of the SAM database APILuke Leighton1998-11-052-0/+417
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-5/+6
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-214-0/+40
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-172-0/+2
* trust passwordLuke Leighton1998-10-161-2/+2
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-152-2/+38
* 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
* Fixed warning in get_time_from_string().Jeremy Allison1998-09-291-1/+1
* missed the pdb_sam_to_smb function needed by nispass.cLuke Leighton1998-09-291-19/+22
* added in some pdb_xxx routines that are needed by nispass.cLuke Leighton1998-09-291-0/+121
* 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
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1998-09-261-1/+3
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-253-2/+12
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-244-71/+109
* removed function names printed out in debug statements (duplicated inLuke Leighton1998-09-241-33/+37
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-173-15/+15
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-174-17/+17
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-052-246/+4
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-041-2/+2
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-032-9/+9
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-2/+2
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-291-37/+0
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-4/+4
* use user instead of this_user to prevent global shadowingAndrew Tridgell1998-08-151-18/+18
* configure: Changes for extra headers.Jeremy Allison1998-08-152-6/+6
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-2/+2
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-0/+950
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-6/+6
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-295-162/+166