r1687: Fix bogus requirement for SMB signing on guest connections.
[samba.git] / source / lib /
2007-10-10 Andrew Tridgellr1630: - fixed the replacement timegm() function to...
2007-10-10 Andrew Tridgellr1606: make the low level socket read/write routines...
2007-10-10 Jim McDonoughr1596: Fix up copyrights.
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Andrew Tridgellr1517: change event_remove_timed() to remove by structu...
2007-10-10 Andrew Tridgellr1511: fixed a free() that should be ldb_free()
2007-10-10 Andrew Bartlettr1498: (merge from 3.0)
2007-10-10 Andrew Bartlettr1474: It is useful if talloc_strdup() behaves like...
2007-10-10 Andrew Bartlettr1452: Thanks to Volker for spotting that this code...
2007-10-10 Andrew Bartlettr1435: talloc_steal is very useful - add a function...
2007-10-10 Andrew Bartlettr1434: Merge this function in from Samba 3.0, but use...
2007-10-10 Jelmer Vernooijr1432: - Move the various Gtk-specific parts from the...
2007-10-10 Andrew Bartlettr1422: StrnCaseCmp now needs to be non-static.
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
2007-10-10 Stefan Metzmacherr1308: move smb_panic() to lib/fault.c
2007-10-10 Andrew Bartlettr1292: Add const to the subsystem/module registration...
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Stefan Metzmacherr1228: use int64_t instead of long long
2007-10-10 Andrew Bartlettr1199: Make talloc_asprintf_append() work on a NULL...
2007-10-10 Andrew Bartlettr1198: Merge the Samba 3.0 ntlm_auth, including the...
2007-10-10 Andrew Bartlettr1196: Remove unused pstring/fstring functions.
2007-10-10 Andrew Bartlettr1163: Add const.
2007-10-10 Jelmer Vernooijr1147: Support enumerating values
2007-10-10 Andrew Tridgellr1130: remove some pointless debug messages
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Jelmer Vernooijr1119: Saner keyboard shortcuts
2007-10-10 Jelmer Vernooijr1118: Read-only enumeration of keys in the LDB backend...
2007-10-10 Jeremy Allisonr1086: Add defer open test to check timeout on sharing...
2007-10-10 Tim Potterr1055: Standalone build fixes for ldb:
2007-10-10 Tim Potterr1054: Build extra binaries in bin directory like ldb...
2007-10-10 Tim Potterr1053: Make tdb build standalone:
2007-10-10 Tim Potterr1052: Remove autogenerated file.
2007-10-10 Andrew Tridgellr1048: - moved the schannel definitions into a separate...
2007-10-10 Andrew Tridgellr1040: make sure main() doesn't get auto-prototyped
2007-10-10 Jelmer Vernooijr1038: Check whether a module actually exists before...
2007-10-10 Jelmer Vernooijr1035: Support shared modules again
2007-10-10 Jelmer Vernooijr1032: Fix RPC backend segfault
2007-10-10 Andrew Tridgellr1018: fix a const and unsigned int problem in ldb
2007-10-10 Andrew Tridgellr1017: - move to a centralised way of handling talloc...
2007-10-10 Andrew Tridgellr995: - renamed many of our crypto routines to use...
2007-10-10 Stefan Metzmacherr990: fix tdb standalone build
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr961: convert 'uchar' to 'uint8_t'
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr959: - a static WERROR function should return a WERROR:-)
2007-10-10 Jelmer Vernooijr955: Update debian package rules... builds now
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Andrew Tridgellr935: remove unused variable
2007-10-10 Andrew Tridgellr934: on ascii strings STR_TERMINATE_ASCII should trigg...
2007-10-10 Andrew Bartlettr929: Remove more unused code from util_sid.c (the...
2007-10-10 Andrew Tridgellr924: got rid of the global well-known SIDs, instead...
2007-10-10 Andrew Tridgellr904: - fixed account expiry testing in auth_sam
2007-10-10 Andrew Tridgellr898: - remove some unused macros
2007-10-10 Andrew Tridgellr893: a few more _t conversions
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr888: more ..int32 -> ..int32_t stuff
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr874: This patch is a pile of work on NTLMSSP:
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Stefan Metzmacherr862: remove acl and sendfile stuff
2007-10-10 Stefan Metzmacherr861: remove the next round of unused stuff
2007-10-10 Stefan Metzmacherr858: - remove unused account policy stuff it's in...
2007-10-10 Stefan Metzmacherr857: fix the build of gregedit (typo:-)
2007-10-10 Stefan Metzmacherr853: remove a real big bunch of unused code
2007-10-10 Stefan Metzmacherr851: convert lib/registry/ to a config.mk file
2007-10-10 Stefan Metzmacherr849: move tdb/tools/Makefile to tdb/Makefile.tdb
2007-10-10 Stefan Metzmacherr848: convert lib/tdb into the same layout as lib/ldb
2007-10-10 Stefan Metzmacherr845: convert SUBSYSTEM LIBBASIC to a .mk file
2007-10-10 Jelmer Vernooijr834: Fix gconf and dir backends
2007-10-10 Jelmer Vernooijr833: Compile error
2007-10-10 Jelmer Vernooijr832: Only show menu items for backends if they're...
2007-10-10 Andrew Bartlettr831: These functions duplicate the push/pull charcnv...
2007-10-10 Jelmer Vernooijr830: Use pull_ucs2_talloc() instead of acnv_u2ux(...
2007-10-10 Jelmer Vernooijr829: Implement 'hive' command
2007-10-10 Jelmer Vernooijr828: Some fixes in the core and regshell concerning...
2007-10-10 Andrew Tridgellr827: remove a few more unused functions that we are...
2007-10-10 Andrew Tridgellr826: removed a pile of old code, in preparation for...
2007-10-10 Jelmer Vernooijr825: - Introduce support for multiple roots (or 'hives')
2007-10-10 Jelmer Vernooijr819: Fix seg fault in rpc backend, found by Andrew...
2007-10-10 Andrew Bartlettr816: - Make use of tridge's new samdb_result_sid_pref...
2007-10-10 Andrew Tridgellr811: make the ldb_modify REPLACE semantics better...
2007-10-10 Simo Sorcer808: fix libtdb build by ifedffing out an smb_panic...
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be in...
2007-10-10 Andrew Tridgellr791: added ldb man page build to ldb makefile
2007-10-10 Andrew Tridgellr790: started working on some documentation (manual...
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Jelmer Vernooijr734: Fix crash bug
2007-10-10 Stefan Metzmacherr728: - let libldb_tdb depend on new subsystem LIBTDB
2007-10-10 Andrew Bartlettr715: Finish the ldb conversion for the auth_sam module.
2007-10-10 Andrew Tridgellr714: make sure ldb formats are portable between big...
2007-10-10 Andrew Tridgellr711: don't hide attributes inside the special ldb_tdb...
2007-10-10 Stefan Metzmacherr700: fix SMB_LIBRARY() to disable the lib by default
2007-10-10 Stefan Metzmacherr697: make use of SMB_EXT_LIB for LDAP and KRB5
2007-10-10 Jelmer Vernooijr693: Make static
2007-10-10 Jelmer Vernooijr692: Add libwinregistry
next