Age | Commit message (Expand) | Author | Files | Lines |
2008-06-26 | Remove p->vuid | Volker Lendecke | 1 | -7/+1 |
2008-05-05 | Remove "guest" from "struct user_struct" | Volker Lendecke | 1 | -1/+1 |
2007-11-05 | pstring removal | Volker Lendecke | 1 | -3/+4 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r25119: Fix a couple of warnings. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r18404: * swap from POLICY_HND to the struct policy_handle from ndr/misc.h | Gerald Carter | 1 | -6/+12 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -2/+4 |
2007-10-10 | r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must be | Jim McDonough | 1 | -0/+4 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2003-11-03 | Fix more 64-bit printf warnings. | Tim Potter | 1 | -2/+2 |
2003-01-17 | Fix reference count bug where smbd's would not terminate with no | Jeremy Allison | 1 | -17/+0 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+48 |
2002-03-30 | Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr | Jeremy Allison | 1 | -1/+12 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | Return correct RPC fault PDU on bad handle incoming. | Jeremy Allison | 1 | -0/+2 |
2002-01-22 | Merge of fixes from 2.2. | Jeremy Allison | 1 | -9/+10 |
2002-01-20 | This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a | Andrew Bartlett | 1 | -2/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -3/+2 |
2001-04-02 | include/ntdomain.h: | Jeremy Allison | 1 | -3/+2 |
2001-03-13 | Move to a handle database per pipe name, not per pipe. | Jeremy Allison | 1 | -19/+75 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -198/+76 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -20/+22 |
2001-01-23 | increase MAX_POL_HNDS (merge from 2.2) | Gerald Carter | 1 | -1/+1 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 1 | -26/+5 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-04 | Snuck in some whitespace cleanup while I was visiting these files. (-: | Tim Potter | 1 | -3/+0 |
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 | -204/+41 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 1 | -30/+22 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1 | -2/+8 |
1999-11-24 | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1 | -0/+1 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -7/+17 |
1999-11-24 | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1 | -4/+3 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -34/+164 |
1999-11-18 | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1 | -3/+25 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -1/+3 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1 | -1/+22 |
1998-09-05 | some cleanups to use ZERO_STRUCT() and friends | Andrew Tridgell | 1 | -2/+2 |
1998-09-05 | tridge the destroyer returns! | Andrew Tridgell | 1 | -21/+1 |
1998-08-17 | added some optimisation for the case where the number of open files is | Andrew Tridgell | 1 | -15/+2 |
1998-08-17 | converted the policy code to use a linked list and bitmap. This saves | Andrew Tridgell | 1 | -139/+144 |
1998-05-14 | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 1 | -14/+15 |
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -3/+3 |
1998-03-11 | "For I have laboured mightily on Luke's code, and hath broken | Jeremy Allison | 1 | -0/+316 |