summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-123-10/+10
* Fix bug 6157Volker Lendecke2009-05-121-0/+56
* Add checks for non_root mode to help buildfarm spoolss tests.Jeremy Allison2009-05-111-14/+18
* wb_int_trans -> wb_simple_trans in wbclient.cVolker Lendecke2009-05-091-148/+24
* Add wb_simple_trans_send/recvVolker Lendecke2009-05-091-1/+130
* Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke2009-05-072-91/+107
* Adapt wb_reqtrans to "recent" coding conventionsVolker Lendecke2009-05-071-44/+28
* Make cli_getatr() async.Jeremy Allison2009-05-051-1/+1
* Make cli_getattrE async.Jeremy Allison2009-05-051-1/+1
* Do not crash in ctdbd_traverse if ctdbd is not aroundVolker Lendecke2009-05-041-0/+5
* Fix bug 6136: New AFS syscall conventionsGeza Gemes2009-05-032-2/+21
* Fix a malloc/talloc mixupVolker Lendecke2009-05-021-1/+1
* Many build farm boxes do not have clock_gettimeVolker Lendecke2009-05-011-2/+2
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+82
* Add fncall_send/recvVolker Lendecke2009-05-011-0/+365
* Add thread poolVolker Lendecke2009-05-011-0/+505
* s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater.Günther Deschner2009-04-301-1/+2
* Re-import the v3-3 version of str_list_make().Volker Lendecke2009-04-301-7/+59
* s3-auth-charcnv: fix push_string(). Don't push to ucs2 and ascii after another.Günther Deschner2009-04-271-1/+2
* s3:libsmbconf: fix a comment typoMichael Adam2009-04-271-1/+1
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-1/+1
* samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:Jelmer Vernooij2009-04-232-17/+40
* ldb/samba3: Support event context argument to ldb_init().Jelmer Vernooij2009-04-238-9/+14
* charcnv: Import push_codepoint().Jelmer Vernooij2009-04-231-0/+61
* Fix a couple of warningsVolker Lendecke2009-04-231-1/+1
* Fix a type-punned warningVolker Lendecke2009-04-231-1/+1
* Fix Coverity ID 884: DEADCODEVolker Lendecke2009-04-231-3/+4
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-68/+0
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-1/+1
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-202-19/+1
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-203-37/+36
|\
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-153-37/+36
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...Andrew Bartlett2009-04-151-0/+15
|\|
| * netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
* | Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-0/+38
* | More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-141-0/+1
|/
* s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2009-04-141-39/+0
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-145-259/+100
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-141-5/+43
* Reactivate get_socket_portVolker Lendecke2009-04-121-4/+1
* s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner2009-04-081-0/+74
* s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner2009-04-081-0/+960
* s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().Günther Deschner2009-04-081-0/+4
* s3:lib Use push_ucs2_talloc() in ms_fnmatch()Andrew Bartlett2009-04-081-7/+7
* s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett2009-04-071-37/+0
* s3:charcnv Remove unused unistr2 functionsAndrew Bartlett2009-04-071-116/+0
* s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett2009-04-071-46/+0
* s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-1/+1
* s3:smbldap convert the easy cases to push_utf8_talloc()Andrew Bartlett2009-04-071-8/+8
* Add read_smb_send/recv, dumping keepalivesVolker Lendecke2009-04-061-0/+87