summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke2009-11-301-1/+3
* s4-drs: Test situations for runtime constructed parentGUIDFernando J V da Silva2009-11-301-1/+24
* s4-drs: Using dsdb_msg_add_guid() utility functionFernando J V da Silva2009-11-304-54/+6
* s4-drs: add deletion of old connectionsCrístian Deives2009-11-303-37/+190
* s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()Crístian Deives2009-11-304-11/+15
* s4-drs: Create connection obejct (nTDSConnection)Crístian Deives2009-11-303-0/+130
* s4-ldb: check for -ve value for page sizeAndrew Tridgell2009-11-301-0/+5
* s4-dsdb: don't call ldb_next_init() twice in objectclass moduleAndrew Tridgell2009-11-301-1/+1
* lib/registry/util.c - Reorder the registry datatypes of the conversion functionsMatthias Dieter Wallnöfer2009-11-291-9/+12
* Revert "s4:registry/util - Don't include the trailing '\0' in the internal da...Matthias Dieter Wallnöfer2009-11-291-6/+2
* s4:upgrade_from_s3 - Move it back to "setup"Matthias Dieter Wallnöfer2009-11-282-1/+1
* s4:setup/provision - ReworkMatthias Dieter Wallnöfer2009-11-281-5/+24
* s4:upgrade.py - remove my copyrightMatthias Dieter Wallnöfer2009-11-281-1/+0
* s4:upgrade.py - readd accidentally removed empty linesMatthias Dieter Wallnöfer2009-11-281-0/+4
* s4:samba3.py/upgrade.py: RevertMatthias Dieter Wallnöfer2009-11-283-10/+9
* s4-ldb: make it much easier to use common ldb controlsAndrew Tridgell2009-11-282-15/+64
* s4-drs: cope with bogus empty attributes from w2k8-r2Andrew Tridgell2009-11-281-0/+17
* s4: fix SD update and password change in upgrade scriptMatthieu Patou2009-11-288-93/+161
* s4:WINREG RPC server - add another "talloc_unlink" in "DeleteKey"Matthias Dieter Wallnöfer2009-11-271-1/+5
* s4:WINREG RPC server - Reintroduce the free operation on "CloseKey"Matthias Dieter Wallnöfer2009-11-271-0/+2
* s4-smbtorture: more and stricter tests for printer and data keys in RPC-SPOOLSS.Günther Deschner2009-11-271-4/+8
* s4:provision.py - remove hardcoded SIDs and RIDsMatthias Dieter Wallnöfer2009-11-271-3/+3
* s4:security/sddl - rework of the security descriptor abbreviationsMatthias Dieter Wallnöfer2009-11-271-28/+33
* s4:registry/util - Don't include the trailing '\0' in the internal data forma...Matthias Dieter Wallnöfer2009-11-271-14/+27
* s4:net utility - add a notice for the "help" operation and format it's output...Matthias Dieter Wallnöfer2009-11-271-1/+6
* s4:samba3.py - deactivate also the assertion on line 599Matthias Dieter Wallnöfer2009-11-271-1/+1
* s4:winbind - Fix it another time upMatthias Dieter Wallnöfer2009-11-271-2/+14
* s4:provision.py - cosmeticMatthias Dieter Wallnöfer2009-11-271-8/+7
* s4:samba3.py (and test) - deactivate the tests until those parameters are fixedMatthias Dieter Wallnöfer2009-11-272-4/+4
* s4:upgrade.py - Umlaut problemMatthias Dieter Wallnöfer2009-11-271-1/+1
* s4:tests.sh - Make also here the change from "upgrade" to "upgrade_from_s3"Matthias Dieter Wallnöfer2009-11-271-1/+1
* s4:upgrade.py - rework to make the upgrade s3 -> s4 possible againMatthias Dieter Wallnöfer2009-11-271-72/+72
* s4:upgrade_from_s3 - Fix message outputsMatthias Dieter Wallnöfer2009-11-271-3/+3
* s4:upgrade.py - the import of WINS databases don't seem to work alwaysMatthias Dieter Wallnöfer2009-11-271-1/+1
* s4:samba3.py - ignore comments in "smb.conf" filesMatthias Dieter Wallnöfer2009-11-271-1/+1
* s4:samba3.py - don't read those informations out from the TDBMatthias Dieter Wallnöfer2009-11-271-3/+4
* s4:samba3.py - support the TDB version 3Matthias Dieter Wallnöfer2009-11-271-1/+1
* s4:provision - Fix up the provision of "standalone" and "member" modeMatthias Dieter Wallnöfer2009-11-272-10/+12
* s4:provision.py - cosmetic output correctionMatthias Dieter Wallnöfer2009-11-271-1/+1
* s4:setup/provision - make the interactive mode work againMatthias Dieter Wallnöfer2009-11-271-13/+3
* s4:upgrade script - rename it to "upgrade_from_s3" and do some reworkMatthias Dieter Wallnöfer2009-11-271-17/+20
* s4-install: old systems don't have sed -iAndrew Tridgell2009-11-271-1/+4
* s4-selftest: s4 passes all the SMB2-LOCK tests nowAndrew Tridgell2009-11-271-2/+0
* s4-torture: fixed error code for s4 in SMB2-LOCK testAndrew Tridgell2009-11-271-1/+8
* s4-ntvfs: win7 does not check for the NONE smb2 lock flag on unlockAndrew Tridgell2009-11-271-1/+2
* s4-selftest: s4 passes this test nowAndrew Tridgell2009-11-271-1/+0
* s4-torture: mark s4 as doing valid lock range tests on SMBAndrew Tridgell2009-11-271-1/+2
* s4-ntvfs: move valid lock range test from smb2 layer to generic codeAndrew Tridgell2009-11-272-6/+19
* s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 CancelStefan Metzmacher2009-11-271-2/+4
* s4-torture: fixed expected error codes for s4 in SMB2-LOCKAndrew Tridgell2009-11-272-3/+24