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
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21316: if we got an unexpected nbt packet that most times mean
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21307: make it possible to pass in NULL for domain or rid,
Stefan Metzmacher
1
-4
/
+10
2007-10-10
r21297: Remove the GTK+ tools and library from the main repository. They are ...
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r21291: add two more error codes
Stefan Metzmacher
2
-1
/
+5
2007-10-10
r21206: - a couple more nttrans places were a memcpy() should be used
Andrew Tridgell
4
-10
/
+9
2007-10-10
r21183: Commit the big/little endian fix for nttrans setup[] handling.
Volker Lendecke
1
-4
/
+2
2007-10-10
r21072: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20963: remove unused functions, run LOCAL-TDR by default
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r20801: try to always fix up the acl revision when we add or remove
Stefan Metzmacher
1
-4
/
+37
2007-10-10
r20800: fix compiler warnings
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r20799: if any ace has the optional sub object, the acl revision needs
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r20795: dom_sid_parse_talloc() gets an null terminated string as input,
Stefan Metzmacher
1
-1
/
+9
2007-10-10
r20765: add two more schema related error codes
Stefan Metzmacher
2
-0
/
+4
2007-10-10
r20650: revert a bunch of code I didn't mean to commit yet
Andrew Tridgell
2
-6
/
+0
2007-10-10
r20647: add cluster code
Andrew Tridgell
2
-0
/
+6
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
1
-2
/
+2
2007-10-10
r20404: add error code for missing attribute syntax
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r20378: add new error code that says the schema mismatches between DC's
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r20308: ContextSimple can be zero length -- seen in a multi-step gssapi ldap ...
Volker Lendecke
1
-1
/
+1
2007-10-10
r20284: Simplify OID primitive BER parsing.
Simo Sorce
1
-63
/
+83
2007-10-10
r20277: make sure the asn1 structure has a welldefined state after a asn1_free()
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r20276: remove unneeded talloc_strdup()
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r20259: add function to start a fake tag so that asn1_read_OID_String()
Stefan Metzmacher
1
-0
/
+19
2007-10-10
r20258: add functions to read and write asn1 encoded OID strings without lead...
Stefan Metzmacher
1
-17
/
+58
2007-10-10
r20213: add 2 error codes related to the msDs-IntId attribute
Stefan Metzmacher
2
-0
/
+4
2007-10-10
r20141: use the gensec_features of the cli_credentials for ildap connections,
Stefan Metzmacher
1
-3
/
+9
2007-10-10
r20080: add error code that maps to NT_STATUS_INVALID_NETWORD_RESPONSE
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r20077: support large readx replies, as done by samba3 (and the snia spec),
Andrew Tridgell
1
-0
/
+14
2007-10-10
r20072: make sure WERR_ACCESS_DENIED gets mapped to NT_STATUS_ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r19735: report the LDAP error code in the CLDAP replies to the caller
Stefan Metzmacher
1
-3
/
+7
2007-10-10
r19734: display LDAP error code nicer
Stefan Metzmacher
1
-6
/
+47
2007-10-10
r19724: add a helper functions to return an CLDAP error
Stefan Metzmacher
2
-5
/
+37
2007-10-10
r19676: Fix some more dependencies.
Jelmer Vernooij
2
-4
/
+5
2007-10-10
r19645: don't pass NULL as mem_ctx...
Stefan Metzmacher
5
-24
/
+30
2007-10-10
r19642: convert host.c to new composite api
Stefan Metzmacher
1
-35
/
+26
2007-10-10
r19639: convert nbtlist.c to new composite api
Stefan Metzmacher
1
-55
/
+44
2007-10-10
r19638: convert resolve.c to the new composite api
Stefan Metzmacher
1
-23
/
+19
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
4
-3
/
+5
2007-10-10
r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19481: - reset the vuid before trying a new session setup
Stefan Metzmacher
1
-3
/
+14
2007-10-10
r19480: - clear the whole session struct (only let the pid untouched)
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r19464: Reject passwords that cannot be converted into UCS2.
Andrew Bartlett
1
-2
/
+8
2007-10-10
r19200: Implement smbcli_rap_netservergetinfo. To be used in RPC-SAMBA3SPOOLS...
Volker Lendecke
1
-0
/
+14
2007-10-10
r19162: Merge WERR code from Samba 3.
Günther Deschner
2
-0
/
+2
2007-10-10
r18989: Fixes found by these two LDAP testsuites:
Andrew Bartlett
2
-5
/
+43
2007-10-10
r18971: avoid strndup is a few places. Fixes a minor memory leak, and should
Andrew Tridgell
1
-3
/
+8
2007-10-10
r18968: EWOULDBLOCK should also be mapped to STATUS_MORE_ENTRIES
Andrew Tridgell
1
-1
/
+4
2007-10-10
r18965: fixed the bug with RPC-NETLOGON and solaris sparc machines. This bug
Andrew Tridgell
1
-0
/
+6
2007-10-10
r18916: fixed the messaging layer on *BSD systems. When a socket was full we
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18847: Add WERR_NO_SYSTEM_RESOURCES showing up in dfs torture testing.
Günther Deschner
2
-0
/
+2
[next]