summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3-krb5: Fix Coverity #722 (RESOURCE_LEAK).Günther Deschner2009-03-201-12/+18
* s3-net: Fix Coverity #886 (FORWARD_NULL).Günther Deschner2009-03-201-1/+1
* s3-samr: try to to fix password_expired flag handling.Günther Deschner2009-03-203-52/+161
* s4:build: include ../libcli/cldap/config.mkStefan Metzmacher2009-03-201-0/+1
* Fix crash in async_smb.cBo Yang2009-03-201-3/+6
* s4:fullschema Use server-side sort to make the output deterministicAndrew Bartlett2009-03-201-2/+4
* s4:ldb Allow paged_searches to be mixed with other controlsAndrew Bartlett2009-03-201-3/+3
* s4: Remove autogenerated attributes from minschema and fullschema outputAndrew Bartlett2009-03-202-16/+0
* Add minschema like tool to extract and dump the full schema from ADAndrew Bartlett2009-03-201-0/+191
* s4:minschma Fix aggregate schema generation in minschemaAndrew Bartlett2009-03-201-24/+23
* s4:ldb Ensure to pass down options to LDB from pythonAndrew Bartlett2009-03-201-3/+3
* s4:ldb Fix the paged_searches moduleAndrew Bartlett2009-03-201-58/+51
* Merge branch 'master' of git://git.samba.org/samba into minschemaJelmer Vernooij2009-03-20312-16985/+17712
|\
| * add a versiontest program to print samba_version_string().Michael Adam2009-03-192-0/+30
| * version: fix handling of SAMBA_VERSION_VENDOR_PATCH.Michael Adam2009-03-191-1/+2
| * s3: Fix a free of an uninitialized variable in winbind_get_sid_aliasesDan Sledz2009-03-191-1/+0
| * s3:libads: use libcli/cldap codeStefan Metzmacher2009-03-191-229/+67
| * s3:build: compile lib/tsocket and libcli/cldapStefan Metzmacher2009-03-191-1/+13
| * move source4/libcli/cldap => libcli/cldapStefan Metzmacher2009-03-195-13/+15
| * s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-1912-606/+1002
| * lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystemStefan Metzmacher2009-03-191-1/+8
| * lib/tsocket: add tsocket_guide.txt section with specific details about bsd st...Stefan Metzmacher2009-03-191-0/+79
| * lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+10
| * lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+10
| * lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...Stefan Metzmacher2009-03-191-0/+142
| * lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
| * lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
| * lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
| * lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
| * lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
| * lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
| * lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178
| * lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-193-1/+1169
| * lib/tsocket: add a tsocket_guide.txt with a description of the designStefan Metzmacher2009-03-191-0/+282
| * lib/tsocket: add some useful helper functionsStefan Metzmacher2009-03-193-1/+183
| * lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-196-0/+521
| * fix build on old Heimdal based systemsBjörn Jacke2009-03-191-5/+3
| * tevent: fix the nesting logicStefan Metzmacher2009-03-191-7/+7
| * s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher2009-03-191-5/+14
| * s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-191-23/+7
| * s3:lib/util_sock: use sys_recv() instead of sys_read() on socketsStefan Metzmacher2009-03-191-2/+2
| * fix some typosBjörn Jacke2009-03-191-3/+3
| * Modify simple POSIX open test to use filenames containing a ':'Jeremy Allison2009-03-181-2/+2
| * Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-181-2/+12
| * Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-03-182-1/+79
| |\
| | * use the tevent nesting code to avoid the uid problem in the VFSAndrew Tridgell2009-03-191-0/+66
| | * fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-03-191-1/+13
| * | Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-181-2/+7
| |/
| * s3 onefs: Correctly error out when the read returns EOFTim Prouty2009-03-181-5/+9
| * Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-182-19/+206