Age | Commit message (Expand) | Author | Files | Lines |
2008-06-19 | Wrap the unix token info in a unix_user_token in auth_serversupplied_info | Volker Lendecke | 1 | -2/+2 |
2008-05-10 | Remove the unix token info from connection_struct | Volker Lendecke | 1 | -2/+2 |
2008-01-16 | Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge... | Alexander Bokovoy | 1 | -0/+9 |
2008-01-10 | use talloc_tos in a few more places | Volker Lendecke | 1 | -1/+1 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -1/+2 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -9/+9 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -29/+3 |
2007-10-10 | r24268: Fix two crashes for spoolss | Volker Lendecke | 1 | -3/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | 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 | r23221: Fix a bad merge, avoid a memory leak and tdb lock problem | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 1 | -88/+75 |
2007-10-10 | r23168: Move the lp_max_connections() into service.c. | Volker Lendecke | 1 | -18/+2 |
2007-10-10 | r23167: Remove an unused parameter | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -21/+8 |
2007-10-10 | r22418: Support running under launchd. We abstract the method of obtaining | James Peach | 1 | -7/+35 |
2007-10-10 | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r22008: use string_term_tdb_data() | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -26/+143 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r4019: better error logging in register_message_flags() from Rob | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ... | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r1011: fix bad merge (from a few months ago) and ensure that we always use td... | Gerald Carter | 1 | -4/+4 |
2004-02-12 | merge from old APP_HEAD | Gerald Carter | 1 | -4/+4 |
2003-05-31 | Got us happy running under valgrind again :-). | Jeremy Allison | 1 | -0/+1 |
2003-05-31 | Fixes to stop valgrind complaining about uninitialised memory when it's | Jeremy Allison | 1 | -0/+7 |
2003-04-14 | Whitespace syncup. | Tim Potter | 1 | -1/+1 |
2003-03-22 | (merge from HEAD) | Andrew Bartlett | 1 | -3/+3 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -3/+3 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -21/+63 |
2002-08-17 | Sync 3.0 branch with head | Jelmer Vernooij | 1 | -2/+6 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-14 | Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal | Jeremy Allison | 1 | -1/+1 |
2001-10-16 | Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h... | Jeremy Allison | 1 | -2/+3 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-19 | Removed unneeded variable, added comment on deadlock prevention. | Jeremy Allison | 1 | -9/+9 |
2001-09-19 | removed anti-race code that could cause a classic ABBA deadlock | Andrew Tridgell | 1 | -21/+1 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -1/+1 |
2001-07-17 | Tidied up calling yield_connection on connection allocation fail. | Jeremy Allison | 1 | -1/+2 |
2001-07-17 | Connection record not existing is not a debug level 0. | Jeremy Allison | 1 | -1/+1 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -2/+0 |
2001-06-08 | Log tdb failures. | Jeremy Allison | 1 | -2/+6 |
2001-05-30 | use the new tdb_open_log() fn on connections database | Andrew Tridgell | 1 | -1/+1 |
2001-05-23 | Added tdb_errstr() messages so we can see if these functions fail. | Jeremy Allison | 1 | -3/+10 |
2001-05-17 | groupdb/mapping.c: Fix gcc compiler warning. | Jeremy Allison | 1 | -20/+28 |
2001-05-15 | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 1 | -0/+3 |