summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:libcli/smb2: move SMB2_GETINFO_* flags into smb2_constants.hStefan Metzmacher2009-08-072-6/+6
* s4:libcli/smb2: remove unused and redundant SMB2 security flagsStefan Metzmacher2009-08-071-6/+0
* s4:libcli: move SMB2 Find constants to smb2_constants.hStefan Metzmacher2009-08-072-16/+16
* s4:libcli/raw: we don't need to include "smb.h" explicitStefan Metzmacher2009-08-074-4/+0
* s4:libcli/raw: also include smb2_constants.h into interfaces.hStefan Metzmacher2009-08-071-1/+2
* fixed another ambiguous talloc callAndrew Tridgell2009-08-071-3/+3
* ensure that child tasks die when the parent diesAndrew Tridgell2009-08-071-0/+24
* prime the sam ldb schema in the parent samba processAndrew Tridgell2009-08-071-0/+18
* use talloc with the global schema consistentlyAndrew Tridgell2009-08-071-1/+2
* fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell2009-08-079-20/+11
* make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell2009-08-071-26/+44
* s4:ldb Make error message in rnd_name more usefulAndrew Bartlett2009-08-071-3/+9
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-08-071-0/+50
|\
| * s4 torture: Extend the RAW-RENAME test to more fully test directory renames.Tim Prouty2009-08-061-0/+50
* | s4:setup Remove extra newlines that break OpenLDAP backendOliver Liebel2009-08-071-2/+0
|/
* s4: Simplify two lines in the "samdb.py" file (cosmetic)Matthias Dieter Wallnöfer2009-08-061-2/+1
* s4:enableaccount script: Remove a redundant lineMatthias Dieter Wallnöfer2009-08-061-1/+0
* Revert "deliberately break the build"Andrew Tridgell2009-08-061-1/+1
* deliberately break the buildAndrew Tridgell2009-08-061-1/+1
* s4:heimdal: import lorikeet-heimdal-200908052208 (commit 370a73a74199a5a55188...Andrew Bartlett2009-08-0633-117/+31
* s4:ldb Cosmetic corrections in "rdn_name" moduleMatthias Dieter Wallnöfer2009-08-051-4/+4
* changed BCC handling for SMBwriteX to handle broken MacOSX clientAndrew Tridgell2009-08-051-13/+8
* on buffer overflow windows gives SMBSRV:ERRerror hereAndrew Tridgell2009-08-051-1/+1
* s4:torture The test logic for the target was wrong. This should correct it.Matthias Dieter Wallnöfer2009-08-051-4/+4
* s4:heimdal_build: define HEIMDAL_LOCALEDIRStefan Metzmacher2009-08-051-0/+1
* s4:ldap_server: make sure we shutdown the tls socket before stream_terminate_...Stefan Metzmacher2009-08-051-0/+1
* s4:torture Remove some unwanted code in the LDAP test - hope this fixes up th...Matthias Dieter Wallnöfer2009-08-051-12/+0
* fixed a problem with group policy writes causing policy corruptionAndrew Tridgell2009-08-053-4/+48
* handle large directories in smb2_deltree()Andrew Tridgell2009-08-051-36/+42
* s4:heimdal: import lorikeet-heimdal-200908050050 (commit 8714779fa7376fd9f776...Andrew Bartlett2009-08-0550-367/+1155
* s4 now supports the large readx extensionAndrew Tridgell2009-08-051-6/+11
* fixed the sense of the pvfs_acl uwrap checkAndrew Tridgell2009-08-051-1/+1
* pyldb: Fix reference counting on ldb_message_elements, add extra typeJelmer Vernooij2009-08-051-1/+9
* skip the readbraw tests if the server does not support itAndrew Tridgell2009-08-051-0/+5
* make the UID_WRAPPER skip checks at runtimeAndrew Tridgell2009-08-053-9/+17
* added a uid_wrapper libraryAndrew Tridgell2009-08-059-3/+25
* s4:ldb initialise e->values[i].length before use in python bindingsAndrew Bartlett2009-08-051-1/+1
* s4:dsdb Don't cast an ldb_val into a const char * for schema lookupsAndrew Bartlett2009-08-055-52/+129
* s4: make install: prevent overwriting failureRusty Russell2009-08-041-1/+1
* s4: Change my nested groups patch to don't include user's SID itself in the "...Matthias Dieter Wallnöfer2009-08-041-17/+24
* s4:torture Make RPC-NETLOGON pass against ncaclrpc serversAndrew Bartlett2009-08-041-122/+132
* Add constAndrew Bartlett2009-08-041-1/+1
* s4:ldif_handlers Allow a binary nTsecurityDescriptor when parsing LDIFAndrew Bartlett2009-08-041-1/+17
* s4:netlogon Fix warnings and segfault in GetDomainInfo callAndrew Bartlett2009-08-041-4/+5
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-08-045-11/+163
|\
| * s4:torture rework LDAP sort testAndrew Bartlett2009-08-044-79/+45
| * s4:torture Add test for correct server-side sorting over LDAPMatthieu Patou2009-08-043-3/+194
| * Use smbclient binary for the test file in smbclient testAndrew Bartlett2009-08-041-7/+2
* | fixed support for readx greater than 64kAndrew Tridgell2009-08-042-3/+4
|/
* param/pyparam: Cope with string list parameters being empty.Ricardo Jorge2009-08-041-1/+7