summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r8144: remove unused parameter leftover.Günther Deschner2007-10-101-1/+0
* r8141: Update volker's valgrind fix in r8097. Same effect, just helps meGerald Carter2007-10-101-0/+3
* r8133: Got approval from Luke Howard (PADL) to change the company copyright toGünther Deschner2007-10-101-7/+1
* r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke2007-10-107-24/+24
* r8092: Attempt to fix the socket wrapper stuff for Samba 3.Volker Lendecke2007-10-102-60/+108
* r8089: successfully delete printer subkeys via the registry....now for valuesGerald Carter2007-10-102-1/+51
* r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter2007-10-103-29/+125
* r8064: * add the REG_XXX error codes to the pretty error messagesGerald Carter2007-10-103-41/+75
* r8062: Remove some unused codeVolker Lendecke2007-10-101-129/+0
* r8061: * mostly cleanup and refactoring for better readabilityGerald Carter2007-10-102-313/+304
* r8048: Replace "done" with "failed".Günther Deschner2007-10-101-5/+5
* r8047: "oid" is defined in a heimdal header. With my gcc this generates a ton ofVolker Lendecke2007-10-101-4/+4
* r8029: Fix bug 2841. Thanks to Brett Trotter.Volker Lendecke2007-10-101-5/+5
* r8027: driver information is now back via winregGerald Carter2007-10-102-4/+13
* r8026: * more fixes to the printing registry interfaceGerald Carter2007-10-103-314/+201
* r8025: *how* can this code have been around so long andGerald Carter2007-10-101-14/+33
* r8022: * implement default actions rather than having to define functionsGerald Carter2007-10-101-398/+338
* r8019: Better give a hint that we are failing share-manipulation due to missingGünther Deschner2007-10-101-2/+6
* r8008: * start adding logic for restricting subkey pathsGerald Carter2007-10-101-69/+56
* r8007: * cleanup unused structure from reg_objects.hGerald Carter2007-10-104-179/+359
* r7998: Fix usage messageVolker Lendecke2007-10-101-1/+1
* r7997: Pointers don't kill people, people with pointers kill people...Gerald Carter2007-10-101-5/+1
* r7995: * privileges are local except when they're *not*Gerald Carter2007-10-1013-154/+159
* r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner2007-10-1012-59/+291
* r7992: Adding PADL's idmap_ad plugin (taken from the latestGünther Deschner2007-10-103-0/+386
* r7987: map generic bits to specific bits in open requestsGerald Carter2007-10-101-3/+4
* r7985: Add "acl map full control", true by default, to allow people to changeJeremy Allison2007-10-102-7/+11
* r7983: clean up some use of un-initialized variables found by valgrindGerald Carter2007-10-101-10/+5
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2007-10-106-32/+42
* r7975: One more tidyup to ensure we're using "struct posix_lock".Jeremy Allison2007-10-101-1/+2
* r7972: Tidy up the posix locking in memory db code whilst I'm waiting for jhtJeremy Allison2007-10-101-20/+21
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-1023-52/+1297
* r7961: randomize reloading so that smbds do not pverload cupsdSimo Sorce2007-10-101-0/+10
* r7960: Replace unknown SMB_XSTRDUP by known SMB_STRDUP macro.Lars Müller2007-10-102-2/+2
* r7959: Added aio structure and types.Jeremy Allison2007-10-101-0/+27
* r7957: Added aio configure support. Jerry told me to :-).Jeremy Allison2007-10-101-1/+66
* r7956: Spelling mistake.Jeremy Allison2007-10-101-1/+1
* r7954: Fix from tridge from Samba4 (same code exists here) :Jeremy Allison2007-10-101-1/+10
* r7949: Work around for broken Solaris header files.Jeremy Allison2007-10-101-0/+26
* r7948: Ensure we call the vfs connection hook before doing a vfs stat.Jeremy Allison2007-10-101-19/+21
* r7946: Minor C++ compatibility fix.Jeremy Allison2007-10-101-2/+2
* r7944: BUG 2808: don't try to install manpages if they are not presentGerald Carter2007-10-101-0/+4
* r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter2007-10-106-109/+183
* r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter2007-10-109-83/+231
* r7904: Fix a memleak in vfs_afsaclVolker Lendecke2007-10-101-1/+1
* r7903: Attempt to fix the AIX buildVolker Lendecke2007-10-101-10/+10
* r7902: Fix the buildVolker Lendecke2007-10-106-30/+30
* r7893: Add in the extra parameters to opendir() to fix the large directory/in...Jeremy Allison2007-10-1016-110/+92
* r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2007-10-105-48/+172
* r7888: Fix use of "protected".Jeremy Allison2007-10-101-11/+11