sfrench/samba-autobuild/.git
2007-10-10 Gerald Carterr7698: * clean upserver frontend for RegDeleteKey()
2007-10-10 Jeremy Allisonr7696: Don't try and be clever and read an 8 byte int...
2007-10-10 Jeremy Allisonr7693: Fix from James Peach @ SGI for null pointer...
2007-10-10 Gerald Carterr7692: start versioning the registry.tdb file since...
2007-10-10 Gerald Carterr7691: * add .gdbinit to the svn:ignore files
2007-10-10 Gerald Carterr7664: add access check hooks to _reg_open_entry which...
2007-10-10 Jeremy Allisonr7662: Allow someone with SeTakeOwnershipPrivilege...
2007-10-10 Gerald Carterr7649: * fix compile breakage (sorry, should have done...
2007-10-10 Gerald Carterr7648: adding REGISTRY_HOOK->reg_access_check() for...
2007-10-10 Gerald Carterr7647: add access checks to the top level hive open...
2007-10-10 Gerald Carterr7645: adding server stubs for RegCreateKey() and RegSe...
2007-10-10 Jeremy Allisonr7640: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Günther Deschnerr7636: Docu for "net rpc share migrate security" is...
2007-10-10 Günther Deschnerr7632: Cleanup "net share migrate"-code.
2007-10-10 Gerald Carterr7624: * removed unmatched tdb_lock_by_string() call...
2007-10-10 Gerald Carterr7620: when adding a new printer driver, we should...
2007-10-10 Jeremy Allisonr7618: Typo...
2007-10-10 Jeremy Allisonr7617: Fix for bug #2801 - delete veto files was broken...
2007-10-10 Gerald Carterr7614: convert move_driver_to_download_area() to return...
2007-10-10 Gerald Carterr7613: small changes to _svcctl_open_service() and...
2007-10-10 Gerald Carterr7610: can successfully stop and start the 'spooler...
2007-10-10 Lars Müllerr7609: Move top level dir handling in from of the loop...
2007-10-10 Günther Deschnerr7607: Some minor fixes (typos, const)
2007-10-10 Günther Deschnerr7606: add WERR_NET_NAME_NOT_FOUND. This is what window...
2007-10-10 Gerald Carterr7603: * fix a bug in the SERVICE_ALL_ACCESS security...
2007-10-10 Gerald Carterr7595: start trying to split out the svcctl functions...
2007-10-10 Jeremy Allisonr7591: Don't call getpeeraddr on a disconnected socket.
2007-10-10 Gerald Carterr7584: cleanup the default printer security descriptor
2007-10-10 Gerald Carterr7583: * more rearranging and renaming of functions
2007-10-10 Gerald Carterr7581: fix bad merge
2007-10-10 Gerald Carterr7578: use global well known DOM_SID objects when possible
2007-10-10 Gerald Carterr7577: switching to macro for IS_DC
2007-10-10 Gerald Carterr7576: implement access checks for open_scm and open_se...
2007-10-10 Gerald Carterr7573: you can't make an omlette without break a few...
2007-10-10 Gerald Carterr7563: svcctl patches from Marcin; have cleaned up...
2007-10-10 Jeremy Allisonr7554: Refactor very messy code in util_sock.c Remove...
2007-10-10 Jeremy Allisonr7550: Steal the correct error return for invalid TID...
2007-10-10 Gerald Carterr7547: removing unused fields in the REGISTRY_KEY struc...
2007-10-10 Jeremy Allisonr7544: Fix for bug #2196 from Denis Sbragion <d.sbragio...
2007-10-10 Jeremy Allisonr7542: Patch from Renaud Duhaut <rd@duhaut.com> for...
2007-10-10 Jeremy Allisonr7541: Patch from core@road-star.jp for bug #2792....
2007-10-10 Günther Deschnerr7537: Print passwords in display charset.
2007-10-10 Günther Deschnerr7534: Add missing cli_srvsvc_net_share_set_info-functi...
2007-10-10 Günther Deschnerr7532: compile fix.
2007-10-10 Günther Deschnerr7529: Apply some const, remove unused variable.
2007-10-10 Lars Müllerr7512: Fix net share migrate files to also migrate...
2007-10-10 Lars Müllerr7511: Add three new command line switches to testparm:
2007-10-10 Jeremy Allisonr7474: A *foul* and *disgusting* hack to ensure that...
2007-10-10 Gerald Carterr7472: fix smbpasswd user password change (still worked...
2007-10-10 Gerald Carterr7470: fix block size caculation error when request...
2007-10-10 Gerald Carterr7454: couple of winbindd fixes
2007-10-10 Jeremy Allisonr7452: Set sparse flag if needed. Based on code from...
2007-10-10 Gerald Carterr7450: fix my bone head mistake with ntlm authentcation...
2007-10-10 Jeremy Allisonr7447: Sync up a little between HEAD and 3.0 in prepara...
2007-10-10 Gerald Carterr7440: * merge registry server changes from trunk ...
2007-10-10 Volker Lendecker7423: Fix the build on sol10
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Jeremy Allisonr7412: Now we're not memset'ing ensure we're valgrind...
2007-10-10 Gerald Carterr7398: commiting abartlet's patch for kerberos authenti...
2007-10-10 Gerald Carterr7396: cleaning up vestiges of winbind local accounts...
2007-10-10 Gerald Carterr7395: * new feature 'map to guest = bad uid' (based...
2007-10-10 Günther Deschnerr7391: - Added client-support for various lsa_query_tru...
2007-10-10 Volker Lendecker7390: Revision 7371 did not help :-(
2007-10-10 Jeremy Allisonr7385: Rewrite the RPC bind parsing functions to follow...
2007-10-10 Gerald Carterr7374: BUG 1261: remove unusable libbiconv after discus...
2007-10-10 Gerald Carterr7372: abartet's patch for BUG 2391 (segv caused by...
2007-10-10 Volker Lendecker7371: On one build farm box dirtest1 does not return...
2007-10-10 Volker Lendecker7344: Correctly return if malloc fails.
2007-10-10 Gerald Carterr7339: only check for dfs proxy referrals when the...
2007-10-10 Gerald Carterr7335: patch from Joerg Sonnenberger <joerg@britannica...
2007-10-10 Jeremy Allisonr7318: Unify HEAD and 3.0 socket functions. Add HEAD...
2007-10-10 Derrell Lipmanr7245: bug fixes in libsmbclient, setting time attributes
2007-10-10 Volker Lendecker7243: Don't look at gencache.tdb for the trusted domai...
2007-10-10 Volker Lendecker7217: Only allow schannel connections if a successful...
2007-10-10 Jeremy Allisonr7210: Fix my own mistakes up, sorry.
2007-10-10 Steve Frenchr7202: lock mtab when updating it during umount.cifs...
2007-10-10 Jeremy Allisonr7200: Don't use memset, use SET_STAT_INVALID (has...
2007-10-10 Gerald Carterr7197: fix build failure when running 'make torture...
2007-10-10 Jeremy Allisonr7191: Squeezing out more unnecessary memset's gets...
2007-10-10 Jeremy Allisonr7190: I *love* valgrind/cachegrind.....
2007-10-10 Derrell Lipmanr7175: fix incorrect comment
2007-10-10 Derrell Lipmanr7172: This is the proper fix for setting file times...
2007-10-10 Derrell Lipmanr7168: Updating file times from libsmbclient was not...
2007-10-10 Jeremy Allisonr7157: Ensure we abort a directory listing if we see...
2007-10-10 Derrell Lipmanr7156: file was missing; svn isn't smart enough to...
2007-10-10 Derrell Lipmanr7153: add better test facilities to testutime
2007-10-10 Jeremy Allisonr7151: Fix for bug #2698. If a unicode to unix charset...
2007-10-10 Jim McDonoughr7148: Fix #2736: winbind race condition with detecting...
2007-10-10 Günther Deschnerr7145: reuse the WINBIND_REQUIRED_MEMBERSHIP constant.
2007-10-10 Gerald Carterr7143: removing unused file
2007-10-10 Gerald Carterr7142: removing 'ldap filter' smb.conf option
2007-10-10 Gerald Carterr7140: removing aparser directory since it is obselete...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Gerald Carterr7130: remove 'winbind enable local accounts' code...
2007-10-10 Gerald Carterr7126: fixing paranoid malloc checker failures
2007-10-10 Gerald Carterr7041: compile fixes....long day I guess
2007-10-10 Jeremy Allisonr7039: Ensure we always call read_socket_with_timeout...
2007-10-10 Gerald Carterr7038: * upgrade version of nt*tdb files. Have to fix
2007-10-10 Jeremy Allisonr7034: Revert change in util_sock.c from derrell until...
2007-10-10 Jeremy Allisonr7033: Call a spade a spade :-).
next