index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r7800: added the same request serialisation logic to our socket based rpc
Andrew Tridgell
2007-10-10
3
-0
/
+12
*
r7795: use a share specific allocation rounding
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r7793: allow integers in smb.conf to be specified in octal or hex
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r7792: make the allocation size rounding in pvfs configurable
Andrew Tridgell
2007-10-10
3
-3
/
+8
*
r7790: Allow remembering more configure-level data (and
Jelmer Vernooij
2007-10-10
4
-6
/
+12
*
r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7783: the whenChanged attribute is now handled by the timestamps module, and
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r7782: fixed an ordering problem with smb requests. I found this when I had "...
Andrew Tridgell
2007-10-10
2
-0
/
+16
*
r7781: finding the parent of a talloc ptr is trickier than it looks due to th...
Andrew Tridgell
2007-10-10
2
-7
/
+27
*
r7780: fixed a bug in talloc_find_parent_byname()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7779: use the parent event context in ldb_wrap_connect(). See the comment in
Andrew Tridgell
2007-10-10
1
-0
/
+10
*
r7778: added talloc_find_parent_bytype() and talloc_find_parent_byname()
Andrew Tridgell
2007-10-10
3
-0
/
+40
*
r7777: allow for overriding the location of the sam databasein the ldap serve...
Andrew Tridgell
2007-10-10
3
-13
/
+27
*
r7776: add a method for getting arbitrary opaque data into a ldb context, for...
Andrew Tridgell
2007-10-10
4
-2
/
+45
*
r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cov...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7774: put $CONFIGURATION in one more place
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7773: fixed the tls code for the non-GNUTLS case
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7772: actually give the auth options to ldbsearch ....
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r7771: - added ldaps and NTLMSSP testing to ldap tests
Andrew Tridgell
2007-10-10
2
-9
/
+31
*
r7770: added ldaps support to our ldap client library
Andrew Tridgell
2007-10-10
3
-9
/
+19
*
r7769: added client support in the tls library api
Andrew Tridgell
2007-10-10
2
-12
/
+126
*
r7768: use _ALL_OBJS in clean target
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r7767: fixed ldb dependencies
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r7766: Treat NOPROTO as boolean.
Jelmer Vernooij
2007-10-10
2
-10
/
+21
*
r7765: Thanks to Maurice Massar <massar@unix-ag.uni-kl.de> for spotting that
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r7764: Generate _ALL_OBJS list.
Jelmer Vernooij
2007-10-10
2
-1
/
+6
*
r7763: fixed some circular dependencies
Andrew Tridgell
2007-10-10
3
-4
/
+3
*
r7762: Clean up make help files.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r7761: Don't let phony targets cause a rebuild of the binaries. Thanks
Jelmer Vernooij
2007-10-10
2
-2
/
+3
*
r7760: make client tools get the right config file in 'make test'
Andrew Tridgell
2007-10-10
2
-4
/
+6
*
r7759: allow ldb_errstring() to be used when not connected
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r7758: When not running on the build farm, print out the failed command line ...
Andrew Bartlett
2007-10-10
3
-4
/
+12
*
r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)
Andrew Bartlett
2007-10-10
5
-48
/
+92
*
r7756: Don't segfault by trying to search for the NULL DN, if the wrong
Andrew Bartlett
2007-10-10
1
-5
/
+7
*
r7755: fixed an uninitialised event_ctx found by abartlet
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r7754: fixed the local port of accepted sockets in socket_wrapper. This fixes
Andrew Tridgell
2007-10-10
1
-4
/
+3
*
r7753: removed debugging code :-)
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r7751: only enable tls on the ldaps port in ldap server, and reject non-tls
Andrew Tridgell
2007-10-10
4
-7
/
+12
*
r7750: handle STATUS_MORE_ENTRIES on send in tls
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r7749: some bug fixes from testing with socket:testnonblock
Andrew Tridgell
2007-10-10
4
-7
/
+14
*
r7748: Use state structure in connection with io to get returned address.
Rafal Szczesniak
2007-10-10
1
-2
/
+3
*
r7747: - simplified the ldap server buffer handling
Andrew Tridgell
2007-10-10
10
-470
/
+327
*
r7746: - added TLS support to our ldap server
Andrew Tridgell
2007-10-10
3
-102
/
+115
*
r7745: better handling of recv errors in tls library
Andrew Tridgell
2007-10-10
1
-1
/
+10
*
r7744: converted the web server to use the lib/tls/ generic tls code
Andrew Tridgell
2007-10-10
8
-565
/
+41
*
r7743: be consistent in how stdin is supported for ldbadd and ldbmodify
Andrew Tridgell
2007-10-10
1
-18
/
+10
*
r7742: abstracted out the tls code from the web server, so that our other ser...
Andrew Tridgell
2007-10-10
4
-0
/
+646
*
r7741: fixed the verbose option in ldbedit
Andrew Tridgell
2007-10-10
1
-12
/
+11
*
r7740: get rid of our duplicate base64 routines
Andrew Tridgell
2007-10-10
5
-85
/
+18
*
r7739: fixed an off by one bug in the base64 decoder for ldb ldif
Andrew Tridgell
2007-10-10
1
-0
/
+3
[prev]
[next]