summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1998-11-301-4/+13
* passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1998-11-301-7/+21
* - adding builtin[alias]db.Luke Leighton1998-11-302-20/+32
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-292-0/+713
* weekend work. user / group database API.Luke Leighton1998-11-298-880/+209
* we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1998-11-261-1/+14
* fixing group database issuesLuke Leighton1998-11-252-7/+8
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-23/+29
* fixing domain join and domain login problemsLuke Leighton1998-11-251-1/+0
* clearer debug commentsLuke Leighton1998-11-241-2/+2
* oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1998-11-241-11/+11
* initialise not initialize...Luke Leighton1998-11-242-2/+2
* remove unused variableLuke Leighton1998-11-231-1/+0
* someone had added code to convert rids to rids, assuming that the ridsLuke Leighton1998-11-231-9/+1
* unix instance of group database APILuke Leighton1998-11-235-20/+263
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-175-15/+14
* swapped username:uid:[groupridlist]:[aliasridlist] toLuke Leighton1998-11-171-9/+9
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-175-719/+388
* 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