summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r2060: fix compiler warningStefan Metzmacher2007-10-101-3/+3
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-105-3/+14
* r2049: talloc now has destructors and reference countsAndrew Tridgell2007-10-101-56/+75
* r2043: data_blob() now returns a talloc'd pointer. If everyone has beenAndrew Tridgell2007-10-101-40/+10
* r2039: got rid of the free() ptr in DATA_BLOBAndrew Tridgell2007-10-101-17/+2
* r2034: Allow user-selectable hash functions on open only.Jeremy Allison2007-10-103-17/+22
* r2017: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r2003: got rid of next_token_nr(), which involved some horrible globalsAndrew Tridgell2007-10-102-23/+4
* r1991: After finding a talloc inconsistancy is a very good time to smb_panic(),Andrew Bartlett2007-10-101-2/+12
* r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett2007-10-101-2/+2
* r1989: fixed a couple of bugs in code that assumes sizeof(time_t) == sizeof(int)Andrew Tridgell2007-10-101-2/+6
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-5/+34
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-1010-376/+210
* r1973: for systems that don't have strtoull() try strtouq(). This should fixAndrew Tridgell2007-10-101-0/+12
* r1972: cmdline_auth_info does not need to be declared globalAndrew Tridgell2007-10-101-2/+0
* r1957: add cmdline_set_* functionsStefan Metzmacher2007-10-101-0/+26
* r1949: provide functions to access the username, userdomain and userpasswordStefan Metzmacher2007-10-101-1/+36
* r1912: move popt_common.hStefan Metzmacher2007-10-101-0/+51
* r1911: merge a few popt parameters from 3.0 move some to better placesStefan Metzmacher2007-10-101-15/+79
* r1901: add missing include of <fnmatch.h>Stefan Metzmacher2007-10-101-0/+1
* r1898: Check the context we are going to return.Simo Sorce2007-10-101-1/+5
* r1894: Convert // to /* */Volker Lendecke2007-10-102-2/+2
* r1892: this adds talloc_get_context(), which is something I discussed at theAndrew Tridgell2007-10-101-1/+13
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-104-0/+82
* r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell2007-10-101-0/+15
* r1766: we do not have smb_read_error in samba4Simo Sorce2007-10-101-4/+0
* r1759: Add some helper functions to read and write data to a socket with time...Simo Sorce2007-10-101-0/+112
* r1758: Move and enhance the add_string_to_array function as per volker job on...Simo Sorce2007-10-101-0/+18
* r1749: added some random stuff that captures some discussions volker and IAndrew Tridgell2007-10-101-0/+22
* r1630: - fixed the replacement timegm() function to work correctly for DST ch...Andrew Tridgell2007-10-101-10/+1
* r1606: make the low level socket read/write routines cope properly with non-b...Andrew Tridgell2007-10-101-4/+11
* r1596: Fix up copyrights.Jim McDonough2007-10-101-1/+1
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-135/+209
* r1517: change event_remove_timed() to remove by structure not by handler.Andrew Tridgell2007-10-101-3/+1
* r1511: fixed a free() that should be ldb_free()Andrew Tridgell2007-10-101-1/+1
* r1498: (merge from 3.0)Andrew Bartlett2007-10-102-34/+45
* r1474: It is useful if talloc_strdup() behaves like strdup()Andrew Bartlett2007-10-101-0/+3
* r1452: Thanks to Volker for spotting that this code was certainly not tested...Andrew Bartlett2007-10-101-0/+1
* r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOBAndrew Bartlett2007-10-101-0/+15
* r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather thanAndrew Bartlett2007-10-101-0/+17
* r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij2007-10-103-801/+0
* r1422: StrnCaseCmp now needs to be non-static.Andrew Bartlett2007-10-101-1/+1
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-1010-46/+56
* r1308: move smb_panic() to lib/fault.cStefan Metzmacher2007-10-102-24/+105
* r1292: Add const to the subsystem/module registration code.Andrew Bartlett2007-10-101-1/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-1/+1
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-3/+3
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-1/+1
* r1268: varient -> variantTim Potter2007-10-101-1/+1
* r1228: use int64_t instead of long longStefan Metzmacher2007-10-101-3/+3