summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-191-2/+2
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* | fixed warningAndrew Tridgell2008-05-161-1/+2
|/
* Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez2008-04-181-10/+21
* Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez2008-04-181-99/+99
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-171-2/+3
|\
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+3
* | fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-3/+3
|/
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-6/+8
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-023-0/+3
* smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher2008-03-111-1/+24
* Use 32 bit storage for nttrans countsAmin Azez2008-03-071-5/+5
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-061-0/+6
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+1
* Fix build with partial linking.Jelmer Vernooij2008-02-181-1/+0
* Remove type before variables in data.mkJelmer Vernooij2008-02-141-1/+1
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-2/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-147-94/+111
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-0/+1
* Fix sending of large nttrans responses.Amin Azez2008-02-011-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-211-1/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-212-4/+6
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-0/+1
* r26350: More tests.Jelmer Vernooij2007-12-211-1/+1
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-212-9/+9
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-214-37/+41
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-2/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-212-0/+2
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-4/+4
* r26221: Add loadparm_context parameter to auth_context_create.Jelmer Vernooij2007-12-212-0/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-14/+20
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-107-44/+44
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-105-33/+35
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-105-0/+6
* r24494: add comment to remind me to look at the flags on a tconxStefan Metzmacher2007-10-101-0/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1011-33/+22
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-102-2/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-102-4/+4
* r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell2007-10-101-3/+9
* r23019: revert r23018 - this will require more thought.Andrew Tridgell2007-10-101-14/+2
* r23018: fixed a memory leak in our server side session setup code for failedAndrew Tridgell2007-10-101-2/+14
* r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher2007-10-101-0/+13
* r22381: fix memory leakStefan Metzmacher2007-10-101-1/+1