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
/
smb_server
/
smb
Commit message (
Expand
)
Author
Age
Files
Lines
*
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
2008-01-01
1
-2
/
+2
*
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
2008-01-01
1
-1
/
+1
*
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
2007-12-21
2
-4
/
+6
*
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26353: Remove use of global_loadparm.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26350: More tests.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2007-12-21
2
-9
/
+9
*
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
2007-12-21
4
-37
/
+41
*
r26264: pass name resolve order explicitly, use torture context for settings ...
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
2007-12-21
2
-0
/
+2
*
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
2007-12-21
1
-4
/
+4
*
r26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij
2007-12-21
2
-0
/
+2
*
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
2007-12-21
1
-14
/
+20
*
r25551: Convert to standard bool type.
Jelmer Vernooij
2007-10-10
7
-44
/
+44
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
5
-33
/
+35
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
5
-0
/
+6
*
r24494: add comment to remind me to look at the flags on a tconx
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
11
-33
/
+22
*
r23680: Make it easier to setup a domain member server - the 'server role'
Andrew Bartlett
2007-10-10
2
-2
/
+2
*
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
2007-10-10
2
-4
/
+4
*
r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)
Andrew Tridgell
2007-10-10
1
-3
/
+9
*
r23019: revert r23018 - this will require more thought.
Andrew Tridgell
2007-10-10
1
-14
/
+2
*
r23018: fixed a memory leak in our server side session setup code for failed
Andrew Tridgell
2007-10-10
1
-2
/
+14
*
r22774: correctly initialize the smbsrv_connection when switching to SMB2
Stefan Metzmacher
2007-10-10
1
-0
/
+13
*
r22381: fix memory leak
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21206: - a couple more nttrans places were a memcpy() should be used
Andrew Tridgell
2007-10-10
1
-8
/
+4
*
r21183: Commit the big/little endian fix for nttrans setup[] handling.
Volker Lendecke
2007-10-10
1
-4
/
+3
*
r20657: fix compiler warning and bug:-)
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
2
-0
/
+4
*
r19505: fixed a valgrind error
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r19504: - fixed a free error in file_lines_parse
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r18972: we don't need this now all builds in the build farm are limited to 150
Andrew Tridgell
2007-10-10
1
-12
/
+0
*
r18583: a nasty hack to allow me to monitor the number of open file
Andrew Tridgell
2007-10-10
1
-0
/
+13
*
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r17361: check that file handles are only accessable
Stefan Metzmacher
2007-10-10
1
-0
/
+11
*
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
2007-10-10
2
-10
/
+16
*
r17283: use the async calls of auth_check_password() and gensec_update()
Stefan Metzmacher
2007-10-10
2
-245
/
+330
*
r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in this
Stefan Metzmacher
2007-10-10
1
-14
/
+20
*
r17274: fix typos
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r17206: Add a modular API for share configuration.
Simo Sorce
2007-10-10
1
-28
/
+29
*
r17012: don't try to send any data when the socket is gone already...
Stefan Metzmacher
2007-10-10
1
-0
/
+6
*
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
2007-10-10
1
-16
/
+17
*
r16979: - ntcancel should compare TID,UID,MID and PID
Stefan Metzmacher
2007-10-10
1
-3
/
+10
*
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
2007-10-10
3
-6
/
+26
*
r16923: remove unused substitude code
Stefan Metzmacher
2007-10-10
1
-1
/
+0
[next]