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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-19
pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.
Jelmer Vernooij
3
-19
/
+21
2010-06-19
s4:provision: don't use hardcoded 'Default-First-Site-Name'
Stefan Metzmacher
1
-2
/
+2
2010-06-19
s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....
Matthias Dieter Wallnöfer
2
-2
/
+21
2010-06-19
s4:torture/ldap/basic.c - add more error code/messages tests
Matthias Dieter Wallnöfer
1
-30
/
+264
2010-06-19
s4:ldap_backend.c - more customisations to match Windows Server error behavio...
Matthias Dieter Wallnöfer
1
-13
/
+16
2010-06-19
ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DN
Matthias Dieter Wallnöfer
1
-0
/
+7
2010-06-19
s4:python/samba/__init__.py - now specify the "relax" control for the delete ...
Matthias Dieter Wallnöfer
1
-5
/
+5
2010-06-19
ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntax
Matthias Dieter Wallnöfer
1
-0
/
+9
2010-06-19
ldb:python bindings - some small cleanup & improvements in "py_ldb_add"
Matthias Dieter Wallnöfer
1
-14
/
+13
2010-06-19
ldb:python bindings - let also "py_ldb_delete" support controls
Matthias Dieter Wallnöfer
1
-6
/
+50
2010-06-19
s4:objectclass LDB module - disable delete operations when "SYSTEM_FLAG_DISAL...
Matthias Dieter Wallnöfer
1
-5
/
+80
2010-06-19
s4:rootdse LDB module - strip trailing whitespaces
Matthias Dieter Wallnöfer
1
-24
/
+24
2010-06-19
s4:rootdse LDB module - protect add and delete operations on the rootdse entry
Matthias Dieter Wallnöfer
1
-4
/
+34
2010-06-19
s4:rootdse LDB module - Return "UNWILLING_TO_PERFORM" when no attribute fits ...
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-06-19
s4:rootdse LDB module - refactor error messages
Matthias Dieter Wallnöfer
1
-24
/
+29
2010-06-19
s4:objectclass LDB module - use the old DN when displaying error messages
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-06-19
s4:objectclass LDB module - add a better message when the parent DN is invalid
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-06-19
s4:objectclass LDB module - add an error message when someone tries to add en...
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-06-19
s4:objectclass LDB module - handle the case when there is a retry to add the ...
Matthias Dieter Wallnöfer
1
-0
/
+26
2010-06-19
heimdal/waf: Initial work on making it possible to use the system
Jelmer Vernooij
3
-579
/
+626
2010-06-19
dsdb: Fix includes when building against system ldb.
Jelmer Vernooij
2
-0
/
+4
2010-06-19
dsdb: Use Samba includes so _PUBLIC_ is defined.
Jelmer Vernooij
2
-2
/
+2
2010-06-19
dsdb: Make module ops struct for each module public.
Jelmer Vernooij
7
-8
/
+6
2010-06-19
s4-python: Use sys.prefix rather than guessing prefix from current
Jelmer Vernooij
1
-7
/
+6
2010-06-19
wafsamba: Fix typo: noextenion -> noextension.
Jelmer Vernooij
1
-1
/
+1
2010-06-19
waf: Add missing dependency (so header paths are inherited) on talloc to inte...
Jelmer Vernooij
1
-0
/
+1
2010-06-18
samba4: Build libreplace as builtin library by default so it doesn't end
Jelmer Vernooij
1
-1
/
+1
2010-06-18
ldb: Remove dependency on self.
Jelmer Vernooij
1
-1
/
+1
2010-06-18
ldbsamba: Build as subsystem to prevent infinite recursion issues.
Jelmer Vernooij
1
-1
/
+1
2010-06-18
s4: Don't build a $prefix/lib/libpython.so, as such a library often already e...
Jelmer Vernooij
1
-1
/
+2
2010-06-18
s4-waf: Don't include pytalloc when embedding python.
Jelmer Vernooij
2
-2
/
+1
2010-06-18
s4: Build more python convenience files as subsystems rather than as python m...
Jelmer Vernooij
2
-6
/
+9
2010-06-18
ldb: Don't build pyldb_util as python module but rather as subsystem, so as t...
Jelmer Vernooij
1
-2
/
+2
2010-06-18
ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, s...
Jelmer Vernooij
1
-1
/
+1
2010-06-18
web_server: Don't build wsgi support as python module but rather as
Jelmer Vernooij
1
-2
/
+3
2010-06-18
s4:cldap_server/rootdse.c - simplify the code a bit
Matthias Dieter Wallnöfer
1
-13
/
+9
2010-06-18
s4:cldap_server.c - here the counter variable should be "signed"
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-06-18
unittest: Change the name of the base ldb test so that it can be easily calle...
Matthieu Patou
1
-2
/
+2
2010-06-18
s4:ldap_backend.c - fix crash bugs when we got in error situations with "res"...
Matthias Dieter Wallnöfer
1
-5
/
+4
2010-06-18
s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than "AddR...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-06-18
s4:objectclass LDB module - move "mem_ctx" initialisation lower
Matthias Dieter Wallnöfer
1
-16
/
+11
2010-06-18
s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the detection of the address fa...
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-06-18
s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...
Matthias Dieter Wallnöfer
1
-18
/
+18
2010-06-18
s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...
Matthias Dieter Wallnöfer
1
-12
/
+16
2010-06-17
s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of dcerp...
Stefan Metzmacher
1
-1
/
+2
2010-06-16
s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet version
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-06-16
s4:ldif_handlers.c - fix warning
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-06-16
s4: Fix build when there is a system-provided ldb.
Jelmer Vernooij
4
-4
/
+4
2010-06-16
s4-smbtorture: Remind myself we need to add a test for SMBsplretq in RAP-PRIN...
Günther Deschner
1
-0
/
+2
2010-06-16
s4:ldap.py - add another test about linked attributes
Matthias Dieter Wallnöfer
1
-1
/
+90
[next]