Age | Commit message (Expand) | Author | Files | Lines |
2003-01-13 | Now that I am running config.developer, I decided to get rif of some warnings: | Richard Sharpe | 1 | -2/+2 |
2003-01-04 | Missed from previous commit - merge from HEAD the changes to the remote | Andrew Bartlett | 1 | -4/+8 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -40/+40 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -69/+7 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -23/+246 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -26/+54 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-11-15 | Tidyups and things I discovered during the merge... | Jeremy Allison | 1 | -4/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -5/+0 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -19/+19 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -3/+3 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -6/+211 |
2001-03-16 | Added Michael Sweet's CUPS patch to call directly into the CUPS backend. | Jeremy Allison | 1 | -1/+1 |
2000-05-15 | Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport. | Jeremy Allison | 1 | -76/+81 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -26/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+26 |
2000-01-14 | Added HP change. | Jeremy Allison | 1 | -53/+54 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -648/+705 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -1/+1 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -4/+4 |
1999-11-18 | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1 | -16/+20 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -63/+60 |
1999-10-29 | added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported | Luke Leighton | 1 | -0/+58 |
1999-10-15 | renamed args due to global "class" variable | Luke Leighton | 1 | -5/+5 |
1999-10-15 | return results on prs_xxxxx() and all xxx_io_xxx() routines. | Luke Leighton | 1 | -103/+214 |
1999-08-03 | changing debug output message reg_io_unknown_1 to reg_io_close. | Luke Leighton | 1 | -2/+2 |
1999-08-03 | reverted jeremy's c++-like security descriptor modifications as the | Luke Leighton | 1 | -12/+18 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 1 | -6/+3 |
1999-03-24 | removed 2 unnecessary args from make_uni_hdr. | Luke Leighton | 1 | -10/+14 |
1999-03-23 | Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly. | Matthew Chapman | 1 | -3/+4 |
1999-02-23 | added jeremy's new c++-like code for parsing of security descriptors. | Luke Leighton | 1 | -20/+13 |
1999-02-18 | problem been there for months: reg_r_info not aligning after string buffer. | Luke Leighton | 1 | -0/+1 |
1999-02-16 | rpcclient shutdown command | Luke Leighton | 1 | -0/+63 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 1 | -1/+1 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 1 | -4/+6 |
1999-02-11 | the UNICODE issue... | Luke Leighton | 1 | -1/+1 |
1999-02-08 | UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL() | Luke Leighton | 1 | -2/+2 |
1999-02-03 | cache unix groups so that two-level getgrent calls don't occur. | Luke Leighton | 1 | -3/+2 |
1999-02-01 | Initialise NTTIME properly in make_reg_q_enum_key instead of using | Matthew Chapman | 1 | -1/+1 |
1998-11-13 | security descriptors | Luke Leighton | 1 | -59/+40 |
1998-11-12 | security descriptors. | Luke Leighton | 1 | -11/+13 |
1998-11-12 | jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist. | Luke Leighton | 1 | -6/+13 |
1998-11-12 | security descriptors and registry. | Luke Leighton | 1 | -0/+62 |
1998-11-11 | security descriptor info, provided by jean-francois | Luke Leighton | 1 | -4/+1 |
1998-11-11 | clearing up security descriptor | Luke Leighton | 1 | -4/+12 |
1998-11-11 | registry delete value command: "regdeleteval". | Luke Leighton | 1 | -0/+51 |
1998-11-11 | renamed unk_1b to flush_key | Luke Leighton | 1 | -5/+5 |
1998-11-11 | - renamed open_policy to open_hklm. | Luke Leighton | 1 | -18/+24 |
1998-11-10 | rpcclient registry key delete command: "regdeletekey". | Luke Leighton | 1 | -0/+51 |
1998-11-10 | registry modification requires a "sync" or "refresh" on the parent key. | Luke Leighton | 1 | -0/+40 |