summaryrefslogtreecommitdiff
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-117-168/+200
* Added JF's fix for max_entries being 0.Jeremy Allison2001-07-061-0/+15
* Syncup getting ready for release.Jeremy Allison2001-07-067-132/+1252
* portability fixed for sco1.samba.orgAndrew Tridgell2001-04-131-1/+1
* removed include line (rpc_client_proto.h) as it no longerGerald Carter2001-04-091-1/+0
* Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.Jeremy Allison2001-04-091-11/+38
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* Implemented stub function for NET_SHARE_DELETE. Now to implement the realJeremy Allison2001-04-061-0/+47
* Added stub function for NET_SHARE_ADD. Once this is implemented to call a hookJeremy Allison2001-04-061-0/+58
* I know we're supposed to be feature frozen, but I couldn't resist this... :-).Jeremy Allison2001-04-041-4/+243
* configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-22/+1
* Ding Dong the witch is dead ! :-). Ok, I'm happy 'cos I've finally deletedJeremy Allison2001-03-311-59/+180
* The changes to the SMBMACROs were causing big endian machines to incorrectlyJeremy Allison2001-03-312-37/+65
* Things are making more sense every day :-)Gerald Carter2001-03-281-167/+246
* rename of new_spoolss_* to spoolss_* to conform to the majorityGerald Carter2001-03-271-40/+40
* reverted rename of new_spoolss_io_r_enumprinterdriversGerald Carter2001-03-191-1/+1
* merge from HEAD for new cli_*() interface for client sideGerald Carter2001-03-191-21/+33
* Fixed problems caused by --with-fhs patch that stopped some of the --bindirJeremy Allison2001-03-151-1/+1
* rpc_parse/parse_samr.c: Removed erroneous debug 0.Jeremy Allison2001-03-131-2/+0
* We were mismarshalling a RPC netlogon bad password reply to Win2k.Jeremy Allison2001-03-131-0/+5
* We copy the RPC header directly from the incoming client - remember toJeremy Allison2001-03-121-1/+6
* Changing user passwords from a Win2k client now works to a Samba PDC. Thanks ...Jeremy Allison2001-03-101-2/+1
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-094-13/+23
* More SGI compiler warning fixes.Jeremy Allison2001-03-093-9/+9
* Fixed extra 2 byte incorrect parse in SETUSERINFO_24 that was preventingJeremy Allison2001-03-081-3/+0
* added info level 100 to srv get info call.Jean-François Micouleau2001-03-081-0/+43
* Correctly marshall "POLICY_HND" structs accross all uses.Jeremy Allison2001-03-071-1/+12
* check the length before allocating on unmarshalling.Jean-François Micouleau2001-03-021-4/+4
* rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison2001-03-011-5/+17
* Removed unused code.Jeremy Allison2001-03-011-117/+3
* Partial move of spoolss interface to new format. All SPOOLSS_XXX structs areJeremy Allison2001-02-281-324/+288
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-276-36/+27
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-275-16/+0
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-272-289/+388
* Split netlog into interface and implementation modules.Jeremy Allison2001-02-271-5/+14
* Split srvsvc pipe into interface and implementation modules.Jeremy Allison2001-02-261-13/+40
* Started converion of the lsa code to canonical RPC format (as srv_reg, andJeremy Allison2001-02-261-0/+39
* Fixes for uninitialized memory reads in user enumeration lists.Jeremy Allison2001-02-241-0/+12
* Fixed up the join W2K client to a domain code. We're back with the functionalityJeremy Allison2001-02-241-6/+16
* This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison2001-02-241-8/+22
* fixed samr_lookup_rids() ... ... ...Jean-François Micouleau2001-02-231-18/+30
* Makefile.in: Build smbcacls by default.Jeremy Allison2001-02-231-2/+2
* In my prs_align() hunting I missed one, oops ! A rather big one !Jean-François Micouleau2001-02-231-2/+0
* passdb/smbpass.c: do substitution of account's info.Jean-François Micouleau2001-02-231-202/+70
* sec_desc_buf->undoc is the ptr to the sec_desc inside.Jean-François Micouleau2001-02-231-1/+3
* querydispinfo at level 3 is enumerating domain groups.Jean-François Micouleau2001-02-221-6/+3
* off by one lenght name in samr_querydispinfo and show also the gecosJean-François Micouleau2001-02-221-6/+3
* fixed a bunch of stuff. USRMGR.exe works back.Jean-François Micouleau2001-02-221-3/+16
* Removal of unused code - always a good thing :-).Jeremy Allison2001-02-212-6583/+0
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-216-2285/+4287