Age | Commit message (Expand) | Author | Files | Lines |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -3/+2 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -2/+2 |
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove SMB_STRUCT_FLOCK define | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_fopen wrapper | Andrew Bartlett | 1 | -3/+3 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_ftell wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove sys_lseek wrapper | Andrew Bartlett | 1 | -4/+4 |
2012-04-05 | build: Remove sys_ftruncate wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-03-24 | use usleep rather than sys_usleep in various places, in anticipation of uslee... | Jelmer Vernooij | 1 | -1/+1 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -1/+1 |
2011-10-10 | s3-passdb: split out passdb/pdb_smbpasswd.h. | Günther Deschner | 1 | -0/+1 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-05-18 | s3-lib Replace StrnCaseCmp() with strncasecmp_m() | Andrew Bartlett | 1 | -3/+3 |
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-27 | s3: Fix Coverity ID 2328: FORWARD_NULL | Volker Lendecke | 1 | -0/+3 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 1 | -2/+2 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -1/+2 |
2010-08-06 | s3-passdb: include samr.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -1/+1 |
2010-05-21 | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 1 | -5/+5 |
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -2/+2 |
2010-02-23 | s3-passdb: Remove obsolete signal type cast. | Andreas Schneider | 1 | -3/+3 |
2010-02-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -27/+27 |
2009-11-29 | s3: "startsmbfilepwent" only looks at the inode -- is that enough? | Volker Lendecke | 1 | -4/+2 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -2/+4 |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -3/+3 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -5/+4 |
2009-01-14 | Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery. | Jeremy Allison | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -2/+4 |
2008-02-04 | Fix valgrind errors | Volker Lendecke | 1 | -1/+17 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -76/+0 |
2007-12-26 | smbpasswd_search_users | Volker Lendecke | 1 | -0/+114 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -5/+6 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -28/+44 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20998: Fix debug message | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r18703: Fix the annoying effect that happens when nscd is running: | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r17673: volker's patch for re-adding Getpwnam() lookups to smbpasswd backend ... | Gerald Carter | 1 | -5/+1 |
2007-10-10 | r17592: Remove some unused functions pointed out by John E. Malmberg, make | Volker Lendecke | 1 | -0/+46 |
2007-10-10 | r17246: BUG 3964: lower case username prior to getpwnam() call in smbpasswd | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -14/+13 |
2007-10-10 | r16155: Janitor for jelmer. | Jeremy Allison | 1 | -1/+1 |