summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Convert cli_set_ea() to cli_trans()Volker Lendecke2010-11-111-40/+35
* s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke2010-11-112-32/+31
* s3: cli_dfs_check_error does not need to depend on cli->inbufVolker Lendecke2010-11-111-10/+13
* s3: Make split_dfs_path return boolVolker Lendecke2010-11-111-11/+27
* s3: Remove some dead codeVolker Lendecke2010-11-111-3/+0
* s3: Untangle an if-expressionVolker Lendecke2010-11-111-1/+2
* s4/test: Expand BindTestAnatoliy Atanasov2010-11-111-20/+60
* s4/test: Add bind.py to make testAnatoliy Atanasov2010-11-111-0/+1
* heimdal Don't dereference NULL in error verify_checksum error pathAndrew Bartlett2010-11-111-1/+1
* s4-provision UTF16 encode the password in sam.ldb, not secrets.ldbAndrew Bartlett2010-11-111-2/+2
* s4-dsdb Remove incorrectly declared ** variable used as *.Andrew Bartlett2010-11-111-6/+3
* s4-dsdb Convert new krbtgt_xxx password into UTF16Andrew Bartlett2010-11-111-1/+12
* s4-dsdb Return an error if we can't convert UTF16MUNGED -> UTF8Andrew Bartlett2010-11-111-1/+5
* s4:pytevent.c - fix a discard const warningMatthias Dieter Wallnöfer2010-11-111-1/+1
* ldb:ldb_ldap.c rename operation - check for the RDN name and valueMatthias Dieter Wallnöfer2010-11-111-3/+11
* s4:dsdb - proof against empty RDN values where expectedMatthias Dieter Wallnöfer2010-11-115-5/+40
* Cannot create OU using custom Schema classZahari Zahariev2010-11-111-0/+56
* s4:objectclass LDB module - allow RDNs also to come from superclassesMatthias Dieter Wallnöfer2010-11-111-11/+39
* s4:passwords.py - add a test for the normal "userPassword" behaviourMatthias Dieter Wallnöfer2010-11-111-1/+97
* s4:password_hash and acl LDB modules - handle the "userPassword" attribute ac...Matthias Dieter Wallnöfer2010-11-114-12/+59
* s4:password_hash LDB module - move "samdb_msg_find_old_and_new_ldb_val" into ...Matthias Dieter Wallnöfer2010-11-112-78/+77
* s4:libnet/libnet_samsync_ldb.c - remove "userPassword" remove codeMatthias Dieter Wallnöfer2010-11-111-6/+0
* s4:local_password LDB module - remove schema checking code and fix some typosMatthias Dieter Wallnöfer2010-11-111-12/+6
* s4:ldb_modules/util.c - "dsHeuristics" -> "dSHeuristics"Matthias Dieter Wallnöfer2010-11-111-2/+2
* s4:selftest/tests.py - skip the "passwords.py" suite on Windows 2000 domain f...Matthias Dieter Wallnöfer2010-11-111-1/+5
* s4:acl.py - two password change tests are expected to fails on Windows 2000 f...Matthias Dieter Wallnöfer2010-11-111-3/+14
* s4:upgradehelpers.py - use "clearTextPassword" rather than "userPassword"Matthias Dieter Wallnöfer2010-11-111-5/+8
* s4:speedtest.py - use "unicodePwd" for setting user's passwordMatthias Dieter Wallnöfer2010-11-111-1/+2
* s4:speedtest.py - remove duplicated codeMatthias Dieter Wallnöfer2010-11-111-2/+0
* s4:speedtest.py - fix script name in the help textMatthias Dieter Wallnöfer2010-11-111-2/+2
* s4:speedtest.py - make it executableMatthias Dieter Wallnöfer2010-11-111-0/+0
* s4:python tests - fix script names in the help textMatthias Dieter Wallnöfer2010-11-115-5/+5
* s4-loadparm: fix the FLAG_DEFAULT settings on specially handled parametersAndrew Tridgell2010-11-111-3/+8
* s4-provision: include command line provision options in the generated smb.confAndrew Tridgell2010-11-111-11/+22
* s4-devel: useful script for testing join with empty smb.confAndrew Tridgell2010-11-111-0/+43
* s4-test: use IPC$ instead of ADMIN$ for srvsvc NetShareGetInfo testAndrew Tridgell2010-11-111-3/+3
* s4-join: use the command line loadparm in provision during a joinAndrew Tridgell2010-11-112-9/+13
* s4-loadparm: fixed dumping of non-default parms with testparmAndrew Tridgell2010-11-111-13/+33
* s4-server: move the creation of the IPC$ share into ntvfsAndrew Tridgell2010-11-112-36/+26
* Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share us...Jeremy Allison2010-11-111-5/+2
* Add test that detects problems in the SMB signing code when run through cli_w...Jeremy Allison2010-11-103-12/+38
* autobuild: perfer to use git mail address in autobuild commentBjörn JACKE2010-11-101-1/+5
* s4-smbtorture: use test_GetPrinterData{Ex}_checktype calls in RPC-SPOOLSS tests.Günther Deschner2010-11-101-3/+3
* s3-spoolss: fix spoolss GetPrinterData behaviourDavid Disseldorp2010-11-101-1/+1
* s4-smbtorture: allow to test returned type after specific error code in Print...Günther Deschner2010-11-101-15/+48
* s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke2010-11-101-2/+2
* s4-pyldb: Handle internal errors in py_ldb_contains() properlyKamen Mazdrashki2010-11-101-4/+9
* s4-pydsdb: py_dsdb_am_rodc() may call samdb_rodc() only once to get the job d...Kamen Mazdrashki2010-11-101-1/+1
* s4-pydsdb: py_dsdb_load_partition_usn() - simplify error handling inKamen Mazdrashki2010-11-101-2/+4
* s4-pydsdb-py_samdb_ntds_objectGUID(): Avoid potential memory leakKamen Mazdrashki2010-11-101-7/+6