Age | Commit message (Expand) | Author | Files | Lines |
2003-01-21 | don't free() auto variables; fixes segfault when looking up RefusePasswordCha... | Gerald Carter | 1 | -3/+5 |
2003-01-19 | strip any trailing \'s from reg key names in an open | Gerald Carter | 1 | -2/+10 |
2003-01-18 | removing extra debug statement | Gerald Carter | 1 | -2/+0 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -2/+2 |
2002-12-30 | the shutdown call does not have a 16 bit flags, but 2 byte representing booleans | Simo Sorce | 1 | -2/+2 |
2002-10-06 | try to put every security descriptors related definitions in the same file. | Simo Sorce | 1 | -1/+0 |
2002-09-02 | usrmgr expects unicode as ProductType. | Volker Lendecke | 1 | -3/+11 |
2002-07-29 | add another registry rpc (opnum 0x14). Have no idea what it's real name | Gerald Carter | 1 | -0/+24 |
2002-07-26 | 3 things: | Gerald Carter | 1 | -5/+10 |
2002-07-24 | * fix return code so we don't let a client just open any key it wants | Gerald Carter | 1 | -1/+1 |
2002-07-24 | several changes in this checkin | Gerald Carter | 1 | -63/+91 |
2002-07-23 | * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2 | Gerald Carter | 1 | -3/+46 |
2002-07-20 | another intermediate checkin on the way to enumerating forms | Gerald Carter | 1 | -9/+10 |
2002-07-20 | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 1 | -6/+6 |
2002-07-19 | * refactored registry operations some. subkey lists and | Gerald Carter | 1 | -46/+47 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 1 | -75/+123 |
2002-07-15 | splitting off storage/retrieval routines for abstracting the | Gerald Carter | 1 | -323/+11 |
2002-07-08 | Jerry: Sorry if I am stepping on toes here, but this should fix the compile on | Andrew Bartlett | 1 | -16/+17 |
2002-07-04 | fixed the geyed out registry keys. Stupid typo on my part. | Gerald Carter | 1 | -12/+12 |
2002-07-04 | * fix seg fault caused by missing DLIST_REMOVE in free_fn() | Gerald Carter | 1 | -1/+3 |
2002-07-03 | first cut at implementing support for browsing printer and driver driver | Gerald Carter | 1 | -43/+612 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-22 | Merge of fixes from 2.2. | Jeremy Allison | 1 | -5/+4 |
2002-01-01 | Named constants are always much better than magic numbers... | 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 | -1/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -13/+13 |
2001-08-24 | fix missing ) | Herb Lewis | 1 | -1/+1 |
2001-08-24 | let admins also abort a shutdown | Simo Sorce | 1 | -9/+26 |
2001-08-23 | so let admins shutdown their samba servers remotely if they want :-) | Simo Sorce | 1 | -0/+44 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -2/+2 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -2/+2 |
2001-03-13 | Fixed reading of strings from big-endian RPC clients. | Jeremy Allison | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -10/+25 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -1/+1 |
2001-02-27 | Don't marshal data from a stack frame..... | Jeremy Allison | 1 | -8/+14 |
2001-02-25 | Separated reg code into interface & implementation. | Jeremy Allison | 1 | -0/+158 |