summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from "renameuser_script" to "rename_us...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-3/+3
* pdb: Fix array overrun by one.Andreas Schneider2013-02-221-3/+4
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-3/+2
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-2/+2
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-4/+4
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-051-1/+1
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-241-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3-passdb: split out passdb/pdb_smbpasswd.h.Günther Deschner2011-10-101-0/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-3/+3
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2328: FORWARD_NULLVolker Lendecke2011-03-271-0/+3
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-2/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-1/+2
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-211-5/+5
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-2/+2
* s3-passdb: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-051-27/+27
* s3: "startsmbfilepwent" only looks at the inode -- is that enough?Volker Lendecke2009-11-291-4/+2
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-2/+4
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-3/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-5/+4
* Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.Jeremy Allison2009-01-141-1/+1
* Coverity fixesMarc VanHeyningen2008-03-171-2/+4
* Fix valgrind errorsVolker Lendecke2008-02-041-1/+17
* Remove the sampwent interfaceVolker Lendecke2007-12-261-76/+0
* smbpasswd_search_usersVolker Lendecke2007-12-261-0/+114
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-5/+6
* More pstring elimination.Jeremy Allison2007-11-201-28/+44
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-14/+14
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r20998: Fix debug messageVolker Lendecke2007-10-101-1/+2
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2007-10-101-0/+4
* r17673: volker's patch for re-adding Getpwnam() lookups to smbpasswd backend ...Gerald Carter2007-10-101-5/+1
* r17592: Remove some unused functions pointed out by John E. Malmberg, makeVolker Lendecke2007-10-101-0/+46