Age | Commit message (Expand) | Author | Files | Lines |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -71/+71 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -0/+3503 |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 1 | -3557/+0 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -316/+208 |
2007-10-10 | r6004: Let's make server manager able to kill a user session. | Simo Sorce | 1 | -0/+73 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -18/+16 |
2007-10-10 | r1692: first commit :) | Günther Deschner | 1 | -13/+32 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 1 | -45/+29 |
2003-07-01 | Adding jcmd's share ACL on XP patch. Thanks Jim ! | Jeremy Allison | 1 | -1/+2 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -10/+10 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -106/+106 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -6/+6 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -4/+2 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -67/+636 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -79/+193 |
2002-04-10 | Added Shirish's client side caching policy change. | Jeremy Allison | 1 | -0/+114 |
2002-03-22 | Stomped on some header file version numbers that have crept back in. | Tim Potter | 1 | -2/+1 |
2002-03-14 | Remove studly gaps from prs_werror() calls so the same debug text is | Tim Potter | 1 | -10/+10 |
2002-03-05 | Fix the NTSTATUS -> WERROR for srvsvc pipe. | Jeremy Allison | 1 | -36/+38 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -16/+16 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -2/+2 |
2001-07-02 | Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent | Jeremy Allison | 1 | -0/+3 |
2001-06-25 | Cosmetic fixups found while playing with the server manager. Added support | Tim Potter | 1 | -1/+72 |
2001-06-16 | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 1 | -0/+75 |
2001-06-15 | Jim McDonough's parse patches for Win9x get SD calls. | Jeremy Allison | 1 | -0/+87 |
2001-05-01 | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 1 | -19/+205 |
2001-04-09 | Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits. | Jeremy Allison | 1 | -11/+38 |
2001-04-06 | Implemented stub function for NET_SHARE_DELETE. Now to implement the real | Jeremy Allison | 1 | -0/+47 |
2001-04-06 | Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook | Jeremy Allison | 1 | -0/+58 |
2001-04-04 | I know we're supposed to be feature frozen, but I couldn't resist this... :-). | Jeremy Allison | 1 | -4/+243 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -22/+43 |
2001-02-27 | As prs_alloc_mem now zeros memory, remove superfluous memsets after it. | Jeremy Allison | 1 | -5/+0 |
2001-02-26 | Split srvsvc pipe into interface and implementation modules. | Jeremy Allison | 1 | -13/+40 |
2000-12-18 | Cast prs_alloc_mem to correct type. | Jeremy Allison | 1 | -2/+2 |
2000-12-15 | Added lock backouts on fail. | Jeremy Allison | 1 | -39/+2 |
2000-11-29 | alignment issues. | Jean-François Micouleau | 1 | -2/+12 |
2000-04-28 | Added info level 1005 to netsharegetinfo (is the share a DFS root) | Shirish Kalele | 1 | -1/+26 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -25/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+25 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -1135/+1099 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -15/+0 |
1999-11-03 | created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt(). | Luke Leighton | 1 | -5/+6 |
1999-11-03 | dynamic mem allocation in net_srv_transport_enum() parsing. | Luke Leighton | 1 | -4/+60 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1 | -11/+267 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 1 | -24/+25 |
1999-10-15 | oops! srvinfo 2 command caught bug where strings in containers assumed | Luke Leighton | 1 | -8/+15 |
1999-10-15 | return results on prs_xxxxx() and all xxx_io_xxx() routines. | Luke Leighton | 1 | -129/+255 |
1999-08-23 | Removing a stray return, probably inserted during debugging, which broke | Matthew Chapman | 1 | -2/+0 |