summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison2007-10-101-1/+1
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-101-10/+3
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-104-21/+21
* r22505: Fix buildAlexander Bokovoy2007-10-101-1/+1
* r22504: Fix bug Jerry found during his tutorial. Sorry :-(Jim McDonough2007-10-101-1/+6
* r22126: Fix a bogus uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-102-32/+30
* r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2007-10-101-3/+3
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-2/+0
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-102-1/+75
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-103-10/+10
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-105-12/+12
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-4/+8
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-47/+32
* r21635: Don't free talloc()'d memory. I wish people would check the callersGerald Carter2007-10-101-1/+1
* r21569: Fix bug reported by Martin Zielinski <mz@seh.de>Jeremy Allison2007-10-101-1/+1
* r21563: Fix a memleak: We only need dispinfo structs for "our" and for the bu...Volker Lendecke2007-10-101-40/+41
* r21551: Ok, this is more subtle. More tomorrow :-)Volker Lendecke2007-10-101-65/+37
* r21550: make disp_info_list static to get_samr_dispinfo_by_sid(), add a comme...Volker Lendecke2007-10-101-2/+18
* r21549: Only create DISP_INFO structs for domain handles, the others don't needVolker Lendecke2007-10-101-35/+47
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-10-101-10/+13
* r21462: Fix EnumValue (?)Jelmer Vernooij2007-10-101-2/+2
* r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.Jelmer Vernooij2007-10-101-6/+6
* r21265: Fix some valgrind errors -- not in 3_0Volker Lendecke2007-10-101-6/+28
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-101-0/+2
* r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEXJeremy Allison2007-10-101-9/+9
* r21129: Fix from Martin Zielinski <mz@seh.de> - ensureJeremy Allison2007-10-101-0/+10
* r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke2007-10-101-1/+1
* r21100: Add the RPC hack fix to adddriver as well as adddriverex.Jeremy Allison2007-10-101-0/+9
* r21099: Protect ourselves from null pointer deref. This isn'tJeremy Allison2007-10-101-0/+6
* r21064: The core of this patch isVolker Lendecke2007-10-101-4/+7
* r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de>Jeremy Allison2007-10-101-0/+9
* r20876: Fix bug 4346 -- Thanks to YAMASAKI HiroyukiVolker Lendecke2007-10-101-1/+1
* r20875: Pass DCE/RPC server call arguments as a struct rather than as separat...Jelmer Vernooij2007-10-108-669/+629
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-10-101-2/+4
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-1/+1
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-101-2/+1
* r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.Jeremy Allison2007-10-101-6/+4
* r20546: Fix some IBM checker errorsVolker Lendecke2007-10-101-0/+4
* r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis2007-10-101-1/+1
* r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2007-10-101-1/+9
* r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2007-10-101-9/+1
* r20017: Make srvsvc_NetShareAdd & friends take care of registry sharesVolker Lendecke2007-10-101-125/+299
* r20015: We have to zero out handle on key_close, otherwise the NT4 regedit wi...Volker Lendecke2007-10-101-0/+2
* r20013: Fix segfaults: parm_error is a unique in/out ptrVolker Lendecke2007-10-101-3/+9
* r20012: ReformattingVolker Lendecke2007-10-101-26/+40
* r20007: Fix a const warning just introducedVolker Lendecke2007-10-101-1/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-102-550/+155
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-102-3/+36
* r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2007-10-102-22/+4