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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-15
ldb: use include <> form for public headers
Andrew Tridgell
2
-3
/
+3
2011-03-15
ldb: don't install ldb_wrap.h twice
Andrew Tridgell
1
-1
/
+0
2011-03-10
s4:lib/tls/wscript - exclude known broken GNUTLS releases
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-03-10
ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULL
Matthias Dieter Wallnöfer
1
-8
/
+12
2011-03-10
ldb:ldb_controls.c - always allocate enough space
Matthias Dieter Wallnöfer
1
-13
/
+27
2011-03-09
s4:lib/socket: use sockaddr_in6 in ipv6_tcp_accept()
Stefan Metzmacher
1
-1
/
+1
2011-03-04
ldb:ldb_msg.c - use LDB result constants for checking return values
Matthias Dieter Wallnöfer
1
-2
/
+5
2011-03-04
ldb:rdn_name LDB module - more RDN constraint checks (from AD)
Matthias Dieter Wallnöfer
1
-1
/
+40
2011-03-04
s4/ldb - remove now superflous "ldb_dn_validate" checks
Matthias Dieter Wallnöfer
4
-12
/
+8
2011-03-04
s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate"
Matthias Dieter Wallnöfer
1
-2
/
+1
2011-03-04
ldb:ldb_request - handle here the DN checks
Matthias Dieter Wallnöfer
1
-1
/
+22
2011-03-04
ldb:ldb tools - remove a superflous "return" (usage internally calls "exit")
Matthias Dieter Wallnöfer
1
-1
/
+0
2011-03-04
ldb:ldb tools - return LDB_ERR_INVALID_DN_SYNTAX on wrong DN parameters
Matthias Dieter Wallnöfer
5
-5
/
+9
2011-03-04
ldb:ldb tools - ldbtest - convert other result values to LDB codes as well
Matthias Dieter Wallnöfer
1
-15
/
+15
2011-02-28
tdb: Use <tdb.h> to include tdb so system headers are found when building aga...
Jelmer Vernooij
1
-1
/
+1
2011-02-28
Use <tdb.h> to include tdb, so the system include file gets used when buildin...
Jelmer Vernooij
4
-4
/
+4
2011-02-28
Use <tevent.h> so the system tevent gets included, if enabled.
Jelmer Vernooij
1
-1
/
+1
2011-02-24
build: moved util_reg.c into a common subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-22
python: use os.environ[] instead of os.putenv()
Andrew Tridgell
1
-1
/
+1
2011-02-22
s4-waf: rename smbpasswd library to smbpasswdparser
Andrew Tridgell
1
-1
/
+1
2011-02-21
pyldb: Add tests for the ldb_result object
Matthieu Patou
1
-0
/
+87
2011-02-21
pyldb: create LdbResult, return value from ldb.search is now a LdbResult
Matthieu Patou
2
-5
/
+332
2011-02-21
ldb: controls marshalling/unmarshalling improvement
Matthieu Patou
4
-623
/
+930
2011-02-20
ldb-samba: Add missing dependency on pyldb-util.
Jelmer Vernooij
1
-1
/
+1
2011-02-18
s4-idl: rename s4 server_id.idl to server_id4.idl
Andrew Tridgell
2
-2
/
+2
2011-02-14
Increase minor version since a public header has changed
Simo Sorce
2
-1
/
+249
2011-02-14
s4-readline: remove leftover from readline merge.
Günther Deschner
1
-126
/
+0
2011-02-14
s4-ldb: fixed a uninitialised el->flags in ldb_tdb
Andrew Tridgell
1
-2
/
+1
2011-02-14
s4-ldb: added LDB_FLAG_INTERNAL_FORCE_SINGLE_VALUE_CHECK
Andrew Tridgell
2
-0
/
+11
2011-02-14
s4-ldb: use a helper function for single valued checking
Andrew Tridgell
1
-25
/
+35
2011-02-14
ldb-web: update mailing list info
Andrew Tridgell
1
-5
/
+5
2011-02-13
pyldb: fix a bug in the unit test which prevented ldb.python to run all the t...
Matthieu Patou
1
-0
/
+3
2011-02-13
ldb: use the sizeof of the control variable as offset instead of hardcoded va...
Matthieu Patou
1
-22
/
+21
2011-02-13
ldb: remove "magic" string in ldb_controls, replace them with constants defin...
Matthieu Patou
2
-22
/
+53
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
4
-7
/
+7
2011-02-10
ldb: added ldb 1.0.0 ABI signatures
Andrew Tridgell
1
-0
/
+248
2011-02-10
ldb: change version number to 1.0.0
Andrew Tridgell
1
-1
/
+1
2011-02-10
ldb: fixed two warnings in the ldb_ldap backend
Andrew Tridgell
1
-2
/
+2
2011-02-10
ldb: added a include/ldb_version.h
Andrew Tridgell
2
-2
/
+10
2011-02-09
ldb:tools - return LDB_ERR_OPERATIONS_ERROR on generic errors
Matthias Dieter Wallnöfer
8
-19
/
+20
2011-02-09
ldb:tools - always check if ldb connection has been estabilished
Matthias Dieter Wallnöfer
7
-1
/
+19
2011-02-09
ldb:ldbsearch tool - use LDB result constants where possible
Matthias Dieter Wallnöfer
1
-7
/
+7
2011-02-09
ldb:ldbsearch tool - simplify error code return
Matthias Dieter Wallnöfer
1
-3
/
+1
2011-02-09
ldb:ldbsearch tool - use "%u" for printing unsigned integers
Matthias Dieter Wallnöfer
1
-1
/
+1
2011-02-09
ldb:ldbedit tool - don't forget about the "do_edit" result code
Matthias Dieter Wallnöfer
1
-11
/
+4
2011-02-09
ldb:ldbedit tool - fix bug #7914
Matthias Dieter Wallnöfer
1
-4
/
+7
2011-02-09
ldb:ldbedit tool - use unsigned counters for consistency with other LDB tools
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-02-09
ldb:ldbedit tool - use "%u" for printing out unsigned integers
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-02-09
ldb:ldbedit tool - use LDB result constants where needed
Matthias Dieter Wallnöfer
1
-5
/
+5
2011-02-09
ldb:ldbrename tool - use LDB result constant where needed
Matthias Dieter Wallnöfer
1
-1
/
+1
[prev]
[next]