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
/
smb_server
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r25551: Convert to standard bool type.
Jelmer Vernooij
7
-44
/
+44
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
5
-33
/
+35
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
5
-0
/
+6
2007-10-10
r24494: add comment to remind me to look at the flags on a tconx
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
11
-33
/
+22
2007-10-10
r23680: Make it easier to setup a domain member server - the 'server role'
Andrew Bartlett
2
-2
/
+2
2007-10-10
r23067: use 'const union smb_search_data *file' also in the server code to ge...
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)
Andrew Tridgell
1
-3
/
+9
2007-10-10
r23019: revert r23018 - this will require more thought.
Andrew Tridgell
1
-14
/
+2
2007-10-10
r23018: fixed a memory leak in our server side session setup code for failed
Andrew Tridgell
1
-2
/
+14
2007-10-10
r22774: correctly initialize the smbsrv_connection when switching to SMB2
Stefan Metzmacher
1
-0
/
+13
2007-10-10
r22381: fix memory leak
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21206: - a couple more nttrans places were a memcpy() should be used
Andrew Tridgell
1
-8
/
+4
2007-10-10
r21183: Commit the big/little endian fix for nttrans setup[] handling.
Volker Lendecke
1
-4
/
+3
2007-10-10
r20657: fix compiler warning and bug:-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
1
-3
/
+3
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2
-0
/
+4
2007-10-10
r19505: fixed a valgrind error
Andrew Tridgell
1
-0
/
+4
2007-10-10
r19504: - fixed a free error in file_lines_parse
Andrew Tridgell
1
-2
/
+6
2007-10-10
r18972: we don't need this now all builds in the build farm are limited to 150
Andrew Tridgell
1
-12
/
+0
2007-10-10
r18583: a nasty hack to allow me to monitor the number of open file
Andrew Tridgell
1
-0
/
+13
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
1
-1
/
+2
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17361: check that file handles are only accessable
Stefan Metzmacher
1
-0
/
+11
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
2
-10
/
+16
2007-10-10
r17283: use the async calls of auth_check_password() and gensec_update()
Stefan Metzmacher
2
-245
/
+330
2007-10-10
r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in this
Stefan Metzmacher
1
-14
/
+20
2007-10-10
r17274: fix typos
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r17206: Add a modular API for share configuration.
Simo Sorce
1
-28
/
+29
2007-10-10
r17012: don't try to send any data when the socket is gone already...
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...
Stefan Metzmacher
1
-16
/
+17
2007-10-10
r16979: - ntcancel should compare TID,UID,MID and PID
Stefan Metzmacher
1
-3
/
+10
2007-10-10
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
3
-6
/
+26
2007-10-10
r16923: remove unused substitude code
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r16834: split the level's of smb_search_first/smb_search_next and the levels
Stefan Metzmacher
2
-25
/
+29
2007-10-10
r16815: split out search levels which are also used by smb2
Stefan Metzmacher
1
-127
/
+2
2007-10-10
r16735: vista beta2 reuses the tcp connect where it does the
Stefan Metzmacher
1
-15
/
+1
2007-10-10
r16621: split out passthru levels of setfileinfo
Stefan Metzmacher
1
-55
/
+15
2007-10-10
r16464: split client and server min/max protocol settings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r16449: move some code to a generic place
Stefan Metzmacher
1
-513
/
+56
2007-10-10
r16448: add more error checks
Stefan Metzmacher
1
-53
/
+47
2007-10-10
r16444: - split out qfsinfo passthru levels
Stefan Metzmacher
1
-85
/
+83
2007-10-10
r16443: add push code for SMB2 levels
Stefan Metzmacher
1
-0
/
+36
2007-10-10
r16440: split out passthru level into a new functions,
Stefan Metzmacher
1
-71
/
+116
2007-10-10
r16403: remove dependency to smbsrv_request next part...
Stefan Metzmacher
1
-21
/
+27
2007-10-10
r16402: start to remove the dependecy to smbsrv_request from the parsing func...
Stefan Metzmacher
1
-57
/
+77
2007-10-10
r16401: keep the old pointer when realloc fails, this is needed for the
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r16400: add more error checks
Stefan Metzmacher
1
-47
/
+55
2007-10-10
r16399: - split out pushing smb_fsinfo into a DATA_BLOB
Stefan Metzmacher
1
-67
/
+76
[next]