summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:auth: remove autogenerated auth/ntlm/auth_proto.hStefan Metzmacher2009-12-291-50/+0
* s4:ntlmssp: fix whitespaces in ntlmssp.hStefan Metzmacher2009-12-291-16/+16
* python: Remove sys.path line rather than updating it when installing to pytho...Jelmer Vernooij2009-12-272-14/+28
* py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2009-12-252-5/+12
* s4-libnet: Simple test for net.SetPassword() python bindingKamen Mazdrashki2009-12-251-0/+62
* s4-libnet: Python binding for libnet_SetPassword()Kamen Mazdrashki2009-12-251-6/+66
* s4-net: Fix 'talloc_free with references ...' errorKamen Mazdrashki2009-12-251-4/+4
* s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher2009-12-244-126/+169
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-245-68/+110
* s4:kdc: use the remote and local address from the stream_connection structStefan Metzmacher2009-12-241-41/+2
* s4:smbd: hold tsocket_addresses on the stream_connectionStefan Metzmacher2009-12-243-10/+27
* s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher2009-12-241-6/+9
* s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher2009-12-242-0/+32
* s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher2009-12-243-1/+48
* s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-236-181/+181
* s4:cleanups remove trailing spaces and tabsSimo Sorce2009-12-231-119/+120
* s4:ldb Fix declaration in the middle of the codeSimo Sorce2009-12-231-2/+4
* s4: Fix the buildSimo Sorce2009-12-231-0/+1
* s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou2009-12-234-1/+90
* s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou2009-12-236-9/+230
* s4:gensec Don't give a warning when Windows client connects with NTLMAndrew Bartlett2009-12-221-11/+20
* s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett2009-12-228-38/+32
* s4:auth generate the prototype file in the right placeAndrew Bartlett2009-12-221-1/+1
* Samba4 and LDB requires talloc 2.0.1Andrew Bartlett2009-12-222-2/+2
* s4 torture: Add RAW-OPLOCK-EXCLUSIVE7 which is similar to BATCH19Tim Prouty2009-12-211-0/+171
* s4 torture: Update raw oplock to use win7 as the baseline for rename oplock b...Tim Prouty2009-12-211-13/+66
* s4 torture: Be more permissive with share modes for oplock testingTim Prouty2009-12-211-2/+4
* s4 torture: Do a better job of closing open files in RAW-OPLOCK.Tim Prouty2009-12-211-5/+4
* param: Fix build on systems without ldb installed.Jelmer Vernooij2009-12-221-1/+1
* provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2009-12-214-6/+32
* ldb_wrap: Fix compilation when using system ldb.Jelmer Vernooij2009-12-211-1/+1
* Fix initialisation of TypeObject samba.param.LoadparmService.Jelmer Vernooij2009-12-212-3/+10
* s4-schema: fixed the sorting of schema attributesAndrew Tridgell2009-12-211-3/+9
* s4-torture: update uuid_compare test for new behaviourAndrew Tridgell2009-12-211-2/+11
* s4-drs: Implement constraints on ATTID values in prefixMapKamen Mazdrashki2009-12-212-0/+35
* s4-tort: Test handling of different ATTID values in prefixMap interface.Kamen Mazdrashki2009-12-211-0/+44
* Adapted acl module to skip checks if as_system control is provided.Nadezhda Ivanova2009-12-211-7/+17
* s4-drs: Save prefix map using LDB_CONTROL_AS_SYSTEM controlKamen Mazdrashki2009-12-211-1/+1
* s4-dsdb-util: Execute ldb_request using LDB_CONTROL_AS_SYSTEMKamen Mazdrashki2009-12-211-0/+49
* s4-dsdb-util: Utility function to process ldb_request in transactionKamen Mazdrashki2009-12-211-0/+26
* s4-schema: Implement msDS-IntId attribute generationKamen Mazdrashki2009-12-211-14/+133
* s4-schema: Constraints on msDS-IntId attributeKamen Mazdrashki2009-12-211-0/+27
* s4-schema: Set ATTID in schema cache from "msDS-IntId"Kamen Mazdrashki2009-12-211-8/+13
* Revert "s4-drs: cope with bogus empty attributes from w2k8-r2"Kamen Mazdrashki2009-12-211-17/+0
* s4-tort: Tests for "msDS-IntId" attribute implementedKamen Mazdrashki2009-12-211-2/+281
* s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki2009-12-213-133/+222
* s4-drs: Fix bug - prefixMap is not updated when adding new OIDs.Kamen Mazdrashki2009-12-211-2/+1
* s4-drstest: Don't remove temp LDB so it can be reviewed if necessaryKamen Mazdrashki2009-12-211-1/+0
* s4-repl: give a reason why the prepare commit failedAndrew Tridgell2009-12-211-1/+2
* s4-kcc: don't crash with a NULL ntds connection listAndrew Tridgell2009-12-211-3/+3