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
...
*
r2872: got rid of a couple of unused (and horrible) functions
Andrew Tridgell
2007-10-10
2
-244
/
+0
*
r2871: - got rid of the last bits of non-threadsafe data in util_str.o
Andrew Tridgell
2007-10-10
3
-24
/
+12
*
r2867: make call_backtrace() public
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r2864: - Bind and Unbind are no directory partition operations
Stefan Metzmacher
2007-10-10
3
-2
/
+53
*
r2863: move the logical ldapsrv functions to a seperate file
Stefan Metzmacher
2007-10-10
3
-257
/
+280
*
r2862: prepare LDAP SASL support for the server
Stefan Metzmacher
2007-10-10
2
-13
/
+192
*
r2861: encode and decode BindRequest/Response correct
Stefan Metzmacher
2007-10-10
1
-69
/
+82
*
r2860: add gensec_have_feature() to check what feature are used in the connec...
Stefan Metzmacher
2007-10-10
1
-0
/
+15
*
r2859: It seems useful to allow the seal/unseal functions in gensec to pass
Andrew Bartlett
2007-10-10
1
-0
/
+12
*
r2858: fix a few SMB_EXT_LIB_FROM_PKGCONFIG() bugs
Stefan Metzmacher
2007-10-10
2
-8
/
+8
*
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
2007-10-10
24
-884
/
+899
*
r2856: fixed a minor memory leak in the auth code
Andrew Tridgell
2007-10-10
1
-50
/
+61
*
r2855: fix error codes for Compare
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...
Andrew Tridgell
2007-10-10
3
-0
/
+76
*
r2853: add torture test to find the defaultNamingContext on the RootDSE
Stefan Metzmacher
2007-10-10
3
-0
/
+200
*
r2851: don't destroy the gensec context it's used for sign and seal
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r2850: - check for GENSEC_WANT_SEAL in gensec_unseal_packet()
Stefan Metzmacher
2007-10-10
2
-2
/
+4
*
r2836: removed a couple of unused variables
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r2833: - added a call to SamrQueryGroupMember for every group, and fix the
Andrew Tridgell
2007-10-10
2
-29
/
+36
*
r2831: // style comments are not supported by pure C preprocessors. Please DO...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r2830: // style comments are not supported by pure C preprocessors. Please DO...
Volker Lendecke
2007-10-10
2
-153
/
+153
*
r2829: REALM and netbiosname are always uppercase
Stefan Metzmacher
2007-10-10
2
-2
/
+12
*
r2825: fix the build
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r2820: complete the parsing routing with correct support for escaped chars
Simo Sorce
2007-10-10
2
-155
/
+147
*
r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thing
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r2817: Get winreg_GetKeySecurity() working but use data blob instead of
Tim Potter
2007-10-10
2
-39
/
+91
*
r2816: fix 'Default-First-Site-Name' dn
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r2815: add some more docs
Simo Sorce
2007-10-10
6
-5
/
+1934
*
r2808: added auto-detection of unix user and groups names during provision.
Andrew Tridgell
2007-10-10
2
-13
/
+76
*
r2807: OK I think winreg_EnumValue() finally works. The previous version
Tim Potter
2007-10-10
2
-40
/
+44
*
r2806: Add winreg.i to dependencies for dcerpc.i
Tim Potter
2007-10-10
1
-1
/
+1
*
r2805: Handle NULL pointers when converting structures to Python. All the
Tim Potter
2007-10-10
1
-1
/
+4
*
r2804: - setup some reasonable default SAM to unixName mappings in the provis...
Andrew Tridgell
2007-10-10
3
-5
/
+17
*
r2803: allow unixuid module to work with foreign security principles
Andrew Tridgell
2007-10-10
1
-4
/
+8
*
r2802: a better provisioning script
Andrew Tridgell
2007-10-10
1
-11
/
+139
*
r2801: Wrapped functions that return a DOS error code can return DCERPC
Tim Potter
2007-10-10
1
-0
/
+4
*
r2800: removed the warning about using the posix ntvfs handler, as it is now
Andrew Tridgell
2007-10-10
1
-2
/
+0
*
r2799: removed one last occurance of torture_ldb_alloc()
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r2798: get rid of a unnecessary static
Andrew Tridgell
2007-10-10
1
-3
/
+5
*
r2797: don't free the server_info before using it for anonymous connections
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r2796: - changed ldap attributes "UnixID" to "unixID" and "UnixName" to "unix...
Andrew Tridgell
2007-10-10
1
-18
/
+23
*
r2795: Split status code constants into a separate file.
Tim Potter
2007-10-10
2
-520
/
+553
*
r2794: a very simple version of the unixuid NTVFS pass-thru module. In
Andrew Tridgell
2007-10-10
5
-55
/
+821
*
r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,
Andrew Tridgell
2007-10-10
1
-2
/
+12
*
r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),
Andrew Tridgell
2007-10-10
7
-31
/
+34
*
r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
Andrew Tridgell
2007-10-10
3
-25
/
+158
*
r2790: Add code to generate WERROR exceptions. Arrange inclusion of autogene...
Tim Potter
2007-10-10
1
-3
/
+26
*
r2789: fix compile
Simo Sorce
2007-10-10
1
-1
/
+1
*
r2788: prevent a memory leak in the pvfs search backend
Andrew Tridgell
2007-10-10
2
-4
/
+6
*
r2787: force masktest to use RAW_SEARCH_BOTH_DIRECTORY_INFO so it can obtain ...
Andrew Tridgell
2007-10-10
2
-9
/
+14
[prev]
[next]