summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* s3/passdb: clang: Value stored to 'c' is never readNoel Power2019-09-261-4/+2
* pdb_smbpasswd: Use dom_sid_str_bufVolker Lendecke2018-12-201-3/+6
* s3:passdb: Fix size of ascii_p16Andreas Schneider2018-05-171-1/+1
* Fix spelling s/specfied/specified/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/retrive/retrieve/Mathieu Parent2018-05-121-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-1/+1
* Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe2015-05-121-2/+2
* 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