summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1912: move popt_common.hStefan Metzmacher1-0/+51
2007-10-10r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher1-15/+79
2007-10-10r1901: add missing include of <fnmatch.h>Stefan Metzmacher1-0/+1
2007-10-10r1898: Check the context we are going to return.Simo Sorce1-1/+5
2007-10-10r1894: Convert // to /* */Volker Lendecke2-2/+2
2007-10-10r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell1-1/+13
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij4-0/+82
2007-10-10r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell1-0/+15
2007-10-10r1766: we do not have smb_read_error in samba4Simo Sorce1-4/+0
2007-10-10r1759: Add some helper functions to read and write data to a socket with time...Simo Sorce1-0/+112
2007-10-10r1758: Move and enhance the add_string_to_array function as per volker job on...Simo Sorce1-0/+18
2007-10-10r1749: added some random stuff that captures some discussions volker and IAndrew Tridgell1-0/+22
2007-10-10r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell1-10/+1
2007-10-10r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell1-4/+11
2007-10-10r1596: Fix up copyrights.Jim McDonough1-1/+1
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-135/+209
2007-10-10r1517: change event_remove_timed() to remove by structure not by handler.Andrew Tridgell1-3/+1
2007-10-10r1511: fixed a free() that should be ldb_free()Andrew Tridgell1-1/+1
2007-10-10r1498: (merge from 3.0)Andrew Bartlett2-34/+45
2007-10-10r1474: It is useful if talloc_strdup() behaves like strdup()Andrew Bartlett1-0/+3
2007-10-10r1452: Thanks to Volker for spotting that this code was certainly not tested...Andrew Bartlett1-0/+1
2007-10-10r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOBAndrew Bartlett1-0/+15
2007-10-10r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather thanAndrew Bartlett1-0/+17
2007-10-10r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij3-801/+0
2007-10-10r1422: StrnCaseCmp now needs to be non-static.Andrew Bartlett1-1/+1
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter10-46/+56
2007-10-10r1308: move smb_panic() to lib/fault.cStefan Metzmacher2-24/+105
2007-10-10r1292: Add const to the subsystem/module registration code.Andrew Bartlett1-1/+1
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-1/+1
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-3/+3
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-1/+1
2007-10-10r1268: varient -> variantTim Potter1-1/+1
2007-10-10r1228: use int64_t instead of long longStefan Metzmacher1-3/+3
2007-10-10r1199: Make talloc_asprintf_append() work on a NULL source string as if it wereAndrew Bartlett1-1/+5
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2-1/+18
2007-10-10r1196: Remove unused pstring/fstring functions.Andrew Bartlett1-45/+0
2007-10-10r1163: Add const.Andrew Bartlett1-1/+1
2007-10-10r1147: Support enumerating valuesJelmer Vernooij1-4/+44
2007-10-10r1130: remove some pointless debug messagesAndrew Tridgell1-2/+0
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2-2/+2
2007-10-10r1119: Saner keyboard shortcutsJelmer Vernooij1-4/+4
2007-10-10r1118: Read-only enumeration of keys in the LDB backend works now :-)Jelmer Vernooij2-36/+95
2007-10-10r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison1-0/+7
2007-10-10r1055: Standalone build fixes for ldb:Tim Potter2-4/+5
2007-10-10r1054: Build extra binaries in bin directory like ldb does.Tim Potter1-5/+5
2007-10-10r1053: Make tdb build standalone:Tim Potter4-17/+18
2007-10-10r1052: Remove autogenerated file.Tim Potter1-165/+0
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-0/+34
2007-10-10r1040: make sure main() doesn't get auto-prototypedAndrew Tridgell1-1/+1
2007-10-10r1038: Check whether a module actually exists before attempting to load it...Jelmer Vernooij1-1/+4