Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8027: driver information is now back via winreg | Gerald Carter | 1 | -2/+6 |
2007-10-10 | r7995: * privileges are local except when they're *not* | Gerald Carter | 1 | -12/+14 |
2007-10-10 | r7987: map generic bits to specific bits in open requests | Gerald Carter | 1 | -3/+4 |
2007-10-10 | r7938: * move the hardcoded registry value names from _reg_query_value() | Gerald Carter | 1 | -91/+1 |
2007-10-10 | r7908: * change REGISTRY_HOOK api to use const (fix compiler warning | Gerald Carter | 1 | -18/+14 |
2007-10-10 | r7890: * add Reg[SG]etKeySec() server stubs | Gerald Carter | 1 | -12/+95 |
2007-10-10 | r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarity | Gerald Carter | 1 | -7/+4 |
2007-10-10 | r7698: * clean upserver frontend for RegDeleteKey() | Gerald Carter | 1 | -13/+63 |
2007-10-10 | r7691: * add .gdbinit to the svn:ignore files | Gerald Carter | 1 | -33/+195 |
2007-10-10 | r7664: add access check hooks to _reg_open_entry which are passed off | Gerald Carter | 1 | -6/+29 |
2007-10-10 | r7649: * fix compile breakage (sorry, should have done a make clean before the | Gerald Carter | 1 | -0/+17 |
2007-10-10 | r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R... | Gerald Carter | 1 | -18/+19 |
2007-10-10 | r7647: add access checks to the top level hive open calls; will need to pass ... | Gerald Carter | 1 | -3/+89 |
2007-10-10 | r7645: adding server stubs for RegCreateKey() and RegSetValue() | Gerald Carter | 1 | -0/+16 |
2007-10-10 | r7547: removing unused fields in the REGISTRY_KEY structure associated with o... | Gerald Carter | 1 | -8/+0 |
2007-10-10 | r7440: * merge registry server changes from trunk (so far) for more | Gerald Carter | 1 | -4/+112 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -20/+217 |
2007-10-10 | r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename... | Gerald Carter | 1 | -2/+8 |
2007-10-10 | r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n... | Gerald Carter | 1 | -29/+53 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -46/+95 |
2007-10-10 | r5349: After talking with Jerry, reverted the addition of account policies to | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4925: Migrate Account Policies to passdb (esp. replicating ldapsam). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r4824: wrap the shutdown and abort_shutdown calls in check for the SE_REMOTE_... | Gerald Carter | 1 | -1/+24 |
2007-10-10 | r4656: Convert the winreg pipe to use WERROR returns (as it should). | Jeremy Allison | 1 | -45/+45 |
2007-10-10 | r4651: Add "refuse machine password change" policy field. This update will just | Jim McDonough | 1 | -1/+12 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -2/+2 |
2003-07-23 | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 1 | -3/+3 |
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-04 | The last of the merge of idra's shutdown changes from head... | Andrew Bartlett | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-11-29 | Merge a bunch of trivial changes from HEAD. The difference remaining | Tim Potter | 1 | -1/+0 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -3/+11 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -446/+284 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -43/+618 |
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 |