summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_reg_nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-3/+3
2003-01-21don't free() auto variables; fixes segfault when looking up RefusePasswordCha...Gerald Carter1-3/+5
2003-01-19strip any trailing \'s from reg key names in an openGerald Carter1-2/+10
2003-01-18removing extra debug statementGerald Carter1-2/+0
2003-01-04The last of the merge of idra's shutdown changes from head...Andrew Bartlett1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+11
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-446/+284
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-43/+618
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Merge of fixes from 2.2.Jeremy Allison1-5/+4
2002-01-01Named constants are always much better than magic numbers...Andrew Bartlett1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-13/+13
2001-08-24fix missing )Herb Lewis1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce1-9/+26
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce1-0/+44
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+2
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-2/+2
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-10/+25
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+1
2001-02-27Don't marshal data from a stack frame.....Jeremy Allison1-8/+14
2001-02-25Separated reg code into interface & implementation.Jeremy Allison1-0/+158