index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-10
s3-spoolss: fix spoolss GetPrinterData behaviour
David Disseldorp
1
-1
/
+1
2010-11-10
s4-smbtorture: allow to test returned type after specific error code in Print...
Günther Deschner
1
-15
/
+48
2010-11-10
s3/time_audit: fix a change that was just for debuggin purposeѕ
Björn Jacke
1
-2
/
+2
2010-11-10
s4-pyldb: Handle internal errors in py_ldb_contains() properly
Kamen Mazdrashki
1
-4
/
+9
2010-11-10
s4-pydsdb: py_dsdb_am_rodc() may call samdb_rodc() only once to get the job d...
Kamen Mazdrashki
1
-1
/
+1
2010-11-10
s4-pydsdb: py_dsdb_load_partition_usn() - simplify error handling in
Kamen Mazdrashki
1
-2
/
+4
2010-11-10
s4-pydsdb-py_samdb_ntds_objectGUID(): Avoid potential memory leak
Kamen Mazdrashki
1
-7
/
+6
2010-11-10
s4-pydsdb-py_dsdb_get_oid_from_attid(): Avoid potential memory leak
Kamen Mazdrashki
1
-2
/
+2
2010-11-10
s4-pydsdb.c: Fix small memory leak in py_samdb_set_domain_sid()
Kamen Mazdrashki
1
-0
/
+1
2010-11-10
s4/syntax: Add tests for DN+String and DN+Binary
Anatoliy Atanasov
1
-0
/
+420
2010-11-10
Fix memleak I accidently introduced when reading from tdb.
Jeremy Allison
1
-0
/
+1
2010-11-10
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
12
-110
/
+195
2010-11-10
Ensure we check the return from make_user_info before dereferencing the value...
Jeremy Allison
1
-2
/
+2
2010-11-10
Remove fstring from map_username. Create a more sane interface than the calle...
Jeremy Allison
10
-101
/
+208
2010-11-10
s3/vfs_time_audit: use monotonic clock for time deltas
Björn Jacke
1
-334
/
+445
2010-11-09
s4: point to the wiki howto for s4
Andrew Tridgell
1
-214
/
+4
2010-11-10
s4-join: raise mininum password length to 32 in new join code
Andrew Tridgell
1
-1
/
+1
2010-11-09
s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()
Stefan Metzmacher
1
-5
/
+2
2010-11-09
s4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX()
Stefan Metzmacher
1
-11
/
+14
2010-11-09
s4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTES
Stefan Metzmacher
1
-7
/
+3
2010-11-09
s4:dsdb/schema/schema_filtered.c: make never_in_filtered_attrs static const
Stefan Metzmacher
1
-1
/
+2
2010-11-09
s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTES
Stefan Metzmacher
1
-11
/
+1
2010-11-09
s4:rpc_server/drsuapi: don't ask for constructed "distinguishedName" if we do...
Stefan Metzmacher
1
-1
/
+0
2010-11-09
s4:rpc_server/drsuapi: make msg_attrs static const
Stefan Metzmacher
1
-1
/
+3
2010-11-09
s4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChanges() use DSDB_SECRET_AT...
Stefan Metzmacher
1
-5
/
+1
2010-11-09
s4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define with all secret attrib...
Stefan Metzmacher
2
-12
/
+15
2010-11-09
s3: Quieten a bogus error message
Volker Lendecke
1
-3
/
+1
2010-11-09
s3: Package autorid module
Volker Lendecke
1
-0
/
+1
2010-11-09
raw.h is only needed in the S4 build
Volker Lendecke
1
-0
/
+2
2010-11-09
s4:provision_self_join.ldif - the object SID in AD is called "objectSid"
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-09
s4:provision.py - strip trailing whitespaces
Matthias Dieter Wallnöfer
1
-106
/
+106
2010-11-09
s4:provision - switch to "clearTextPassword" for setting passwords
Matthias Dieter Wallnöfer
4
-8
/
+8
2010-11-09
s4-test: make sure the selftest prefix exists
Andrew Tridgell
1
-0
/
+3
2010-11-08
s4-drs: reduce verbosity of dreplsrv_out_connection_attach
Andrew Tridgell
1
-2
/
+2
2010-11-08
heimdal: fixed a shadowed variable warning for error_message
Andrew Tridgell
1
-23
/
+23
2010-11-08
s4-attid: Uppercase ATTID type constants
Kamen Mazdrashki
3
-10
/
+10
2010-11-08
s4-test: Initial implementation for Schema replication black box test
Kamen Mazdrashki
1
-0
/
+174
2010-11-08
Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...
Jeremy Allison
1
-1
/
+3
2010-11-08
Ensure we always have a mapped group for "Domain Users".
Jeremy Allison
1
-1
/
+6
2010-11-08
First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...
Jeremy Allison
1
-0
/
+10
2010-11-08
s3/configure: fix typo and warning
Björn Jacke
1
-1
/
+1
2010-11-08
s4:password_hash LDB module - introduce a "userPassword" flag which enables/d...
Matthias Dieter Wallnöfer
1
-15
/
+37
2010-11-08
s4:pyldb.c - fix "py_ldb_contains" according to the comment by Jelmer
Matthias Dieter Wallnöfer
1
-4
/
+2
2010-11-08
s3-waf: add idmap_autorid to the build.
Günther Deschner
2
-1
/
+10
2010-11-08
s3: Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2010-11-08
s3: Build idmap_autorid by default
Volker Lendecke
1
-0
/
+1
2010-11-08
s3:idmap: add a new ID mapping module autorid
Christian Ambach
4
-0
/
+610
2010-11-08
s3:winbind add wcache_tdc_fetch_domainbysid
Christian Ambach
2
-0
/
+53
2010-11-08
s3: Put some parentheses around conditionals
Volker Lendecke
1
-2
/
+2
2010-11-08
s3: Consistently use stdbool types in new code
Volker Lendecke
1
-11
/
+11
[next]