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-06-21
smbtorture: Move interactive shell into a separate file.
James Peach
7
-63
/
+109
2010-06-21
smbtorture: Print global options for interactive "list" command.
James Peach
1
-1
/
+3
2010-06-21
smbtorture: Add history support to shell mode.
James Peach
2
-1
/
+13
2010-06-21
smbtorture: Add list command to smbtorture shell.
James Peach
1
-36
/
+94
2010-06-21
s3-winbind: Make KRB5_EVENT_REFRESH_TIME a function
Volker Lendecke
1
-6
/
+12
2010-06-21
libcli/named_pipe_auth: fix error handling in _tstream_npa_connect_recv()
Stefan Metzmacher
1
-0
/
+2
2010-06-21
libcli/named_pipe_auth: fix memory handling for temporary data
Stefan Metzmacher
1
-5
/
+6
2010-06-21
tldap: Fix a type-punned warning
Volker Lendecke
1
-1
/
+1
2010-06-21
tsocket: Fix some type-punned warnings
Volker Lendecke
1
-2
/
+2
2010-06-21
s3: Fix some enum/int mixup warnings
Volker Lendecke
1
-53
/
+53
2010-06-21
s3: Remove an unreachable line of code
Volker Lendecke
1
-2
/
+0
2010-06-21
s3: Fix a type-punned warning
Volker Lendecke
1
-2
/
+2
2010-06-21
s3:net rpc registry: make getsd succeed when key sd only gives access to SD n...
Michael Adam
1
-2
/
+1
2010-06-21
s3:fix an outdated comment.
Michael Adam
1
-5
/
+2
2010-06-21
s3:idmap_ldap: remove unreached code (and explicit error return code)
Michael Adam
1
-5
/
+1
2010-06-21
s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support it
Matthias Dieter Wallnöfer
2
-5
/
+10
2010-06-21
s4:dsdb_load_partition_usn - free the right memory context (tmp_ctx)
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-06-21
s3-docs: Add missing whitespace.
Karolin Seeger
1
-1
/
+1
2010-06-21
s4/dsdb: msg_idx->dn should be allocated in msg_idx mem context
Kamen Mazdrashki
1
-1
/
+1
2010-06-21
s4/dsdb: Move schema accessors cleanup in separate function
Kamen Mazdrashki
1
-18
/
+21
2010-06-21
s4/dsdb-schema: Index attributes on msDS-IntId value
Kamen Mazdrashki
3
-7
/
+28
2010-06-20
s4:kdc/db-glue.c - remove unreachable code
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-06-20
s4:registry/regf.c - add some casts to suppress build warnings on Solaris
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-06-20
s4:registry/rpc.c - fix Solaris warnings by casts
Matthias Dieter Wallnöfer
1
-4
/
+4
2010-06-20
s4:samr RPC server - fix Solaris build warning
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-06-20
s4:registry RPC server - quite some build warnings on Solaris
Matthias Dieter Wallnöfer
1
-4
/
+4
2010-06-20
s4:lsa_lookup.c - fix type argument
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-06-20
s4:rpc_server/service_rpc.c - fix warnings on Solaris
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-06-20
s4:rpc_server/service_rpc.c - deactivate the 0-length struct
Matthias Dieter Wallnöfer
1
-0
/
+2
2010-06-20
s4:libpolicy - fix printf output specifiers to suppress warning
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-06-20
s4:libpolicy - Solaris compatibility fix
Matthias Dieter Wallnöfer
1
-1
/
+5
2010-06-20
s4:ldap.py - test subtree deletes through a new testcase
Matthias Dieter Wallnöfer
1
-0
/
+48
2010-06-20
s4:ldap_backend.c - now also the LDAP server supports controls on delete oper...
Matthias Dieter Wallnöfer
1
-5
/
+7
2010-06-20
s4:ldap_backend.c - move function "ldb_mod_req_with_controls" to a better pla...
Matthias Dieter Wallnöfer
1
-51
/
+52
2010-06-20
s4:subtree_delete LDB module - now do support tree delete operations
Matthias Dieter Wallnöfer
1
-9
/
+45
2010-06-20
s4:dsdb - add a new dsdb delete function which understands the tree delete co...
Matthias Dieter Wallnöfer
3
-2
/
+62
2010-06-20
ldb:controls - add the "TREE_DELETE" control for allowing subtree deletes
Matthias Dieter Wallnöfer
3
-0
/
+54
2010-06-20
ldb:ldb.h - add classifications to the control declarations
Matthias Dieter Wallnöfer
1
-7
/
+13
2010-06-20
s4:python LDB __init__.py - remove completely unused "erase_partitions" call
Matthias Dieter Wallnöfer
2
-36
/
+0
2010-06-20
s4:samldb LDB module - remove "samldb_set_defaultObjectCategory"
Matthias Dieter Wallnöfer
1
-78
/
+0
2010-06-20
s4:ldap_backend.c - add some newlines to make logs easier to read
Matthias Dieter Wallnöfer
1
-5
/
+5
2010-06-20
ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"
Matthias Dieter Wallnöfer
1
-12
/
+19
2010-06-20
ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...
Matthias Dieter Wallnöfer
1
-19
/
+28
2010-06-20
s4:ldap_controls.c - remove encoding functions for private recalculate SD con...
Matthias Dieter Wallnöfer
1
-19
/
+0
2010-06-20
provision: Look for Samba prefix a bit harder.
Jelmer Vernooij
1
-4
/
+6
2010-06-20
Revert "s4:ldb-samba: fix the build without a system ldb"
Stefan Metzmacher
1
-5
/
+0
2010-06-20
s4:ldb: only do ABI checking for the standalone build for now
Stefan Metzmacher
1
-12
/
+24
2010-06-20
libpolicy: Fix the build.
Jelmer Vernooij
2
-2
/
+2
2010-06-20
Add preliminary support for storing changed Group Policies.
Wilco Baan Hofman
3
-0
/
+101
2010-06-20
Refactor policy filesystem code.
Wilco Baan Hofman
1
-97
/
+244
[next]