summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-10-12Use common util_file code.Jelmer Vernooij2-348/+10
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-297/+0
2008-10-12Move rbtree.[ch] to lib/util.Jelmer Vernooij3-424/+2
2008-10-12Use common signal helper implementation.Jelmer Vernooij1-138/+0
2008-10-12Share data_blob implementation.Jelmer Vernooij2-186/+6
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-107/+0
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij2-559/+1
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij1-417/+0
2008-10-11Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij1-3/+9
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij17-42/+276
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison5-25/+14
2008-10-08For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison1-0/+18
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-0/+136
2008-10-05Fix some missing error handlingsVolker Lendecke3-2/+8
2008-10-05OS/X does not have rl_done in readline.hVolker Lendecke1-0/+8
2008-10-03Correctly fix smbclient to terminate on eof from server.Jeremy Allison1-1/+12
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison1-0/+15
2008-10-02Fix bug 5805: don't close stdoutDerrell Lipman1-1/+3
2008-09-29fixed an (unlikely) memory leakAndrew Tridgell1-0/+1
2008-09-29fixed a segfault on the ctdb destructor codeAndrew Tridgell1-3/+10
2008-09-29[s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes.Michael Adam1-2/+2
2008-09-29Fix async_connectVolker Lendecke1-1/+2
2008-09-25netapi: start supporting NetUserSetInfo level 3.Günther Deschner1-7/+46
2008-09-25s3:lib/ldb: Don't return already freed pointer on error.Stefan Metzmacher1-0/+1
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij1-103/+0
2008-09-24Use common crc32 implementation.Jelmer Vernooij1-103/+0
2008-09-24Use common arcfour implementation.Jelmer Vernooij2-82/+4
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij1-135/+0
2008-09-24Use common md4 implementation.Jelmer Vernooij1-174/+0
2008-09-24Use common MD5.Jelmer Vernooij1-247/+0
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2-4/+4
2008-09-22netapi: add NetFile testsuite.Günther Deschner4-1/+151
2008-09-22netapi: fix case statement in example NetUserSetModals code.Günther Deschner1-0/+1
2008-09-17build: fix cflag recursion in generated netapi makefiles.Günther Deschner2-51/+51
2008-09-16Merge branch 'singlecompression' into singleJelmer Vernooij2-709/+0
2008-09-16Use single copy of compression library in Samba3,4.Jelmer Vernooij2-709/+0
2008-09-16Merge branch 'singlensswrap' into singleJelmer Vernooij5-1589/+0
2008-09-16Use single cope of nss_wrapper in Samba 3 and Samba 4.Jelmer Vernooij6-1590/+1
2008-09-16Merge branch 'singlesw' into singleJelmer Vernooij5-2112/+0
2008-09-16Merge branch 'singlereplace' into singleJelmer Vernooij68-14653/+3
2008-09-16Merge branch 'singletdb' into singleJelmer Vernooij39-15530/+1
2008-09-16Use single copy of socket_wrapper in Samba 3 and Samba 4.Jelmer Vernooij6-2113/+1
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij68-14653/+3
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij39-15530/+1
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij20-8047/+0
2008-09-14lib/tdb: sync build system changes and python code from samba4Stefan Metzmacher16-415/+5308
2008-09-14lib/talloc: sync build system changes from samba4Stefan Metzmacher5-13/+27
2008-09-14Skip strcmp() on 2 NULL pointers.Andrew Bartlett1-1/+2
2008-09-14r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin1-3/+0
2008-09-14r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vStefan Metzmacher1-2/+5