summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
1998-11-30attempting to fix "domain user map" up, but it's a bit complicated.Luke Leighton1-4/+13
1998-11-30passdb.c now calls getpwnam() which returns results in a static buffer.Luke Leighton1-7/+21
1998-11-30- adding builtin[alias]db.Luke Leighton2-20/+32
1998-11-29"retired" two modules to preserve their cvs history.Luke Leighton2-0/+713
1998-11-29weekend work. user / group database API.Luke Leighton8-880/+209
1998-11-26we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1-1/+14
1998-11-25fixing group database issuesLuke Leighton2-7/+8
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-23/+29
1998-11-25fixing domain join and domain login problemsLuke Leighton1-1/+0
1998-11-24clearer debug commentsLuke Leighton1-2/+2
1998-11-24oops, forgot to rename smbfilegrp to smbunixgrp.Luke Leighton1-11/+11
1998-11-24initialise not initialize...Luke Leighton2-2/+2
1998-11-23remove unused variableLuke Leighton1-1/+0
1998-11-23someone had added code to convert rids to rids, assuming that the ridsLuke Leighton1-9/+1
1998-11-23unix instance of group database APILuke Leighton5-20/+263
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison5-15/+14
1998-11-17swapped username:uid:[groupridlist]:[aliasridlist] toLuke Leighton1-9/+9
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton5-719/+388
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis1-11/+18
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+162
1998-11-10util functions split into relevant modules, first pass.Luke Leighton1-43/+0
1998-11-07codepages/codepage_def.936: Updated comment.Jeremy Allison1-5/+3
1998-11-05the start of the start of the SAM database APILuke Leighton2-0/+417
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-5/+6
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton4-0/+40
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison2-0/+2
1998-10-16trust passwordLuke Leighton1-2/+2
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton2-2/+38
1998-10-15getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1-1/+6
1998-10-15bug-fixing against:Luke Leighton1-0/+2
1998-10-09anders blomdell spotted an unititialised fstring causing strlen to goLuke Leighton1-0/+1
1998-09-29Fixed warning in get_time_from_string().Jeremy Allison1-1/+1
1998-09-29missed the pdb_sam_to_smb function needed by nispass.cLuke Leighton1-19/+22
1998-09-29added in some pdb_xxx routines that are needed by nispass.cLuke Leighton1-0/+121
1998-09-28Added fix from gildea@intouchsys.com - smbpasswd file could be leftJeremy Allison1-1/+5
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+2
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1-1/+3
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison3-2/+12
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison4-71/+109
1998-09-24removed function names printed out in debug statements (duplicated inLuke Leighton1-33/+37
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison3-15/+15
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison4-17/+17
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell2-246/+4
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1-2/+2
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison2-9/+9
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-2/+2