Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r18988: Check and refresh expired GPOs. | Günther Deschner | 2006-09-29 | 2 | -1/+129 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18987: Add some usage prints for "net ads gpo". | Günther Deschner | 2006-09-29 | 1 | -13/+33 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18986: Add some more GPO download helper functions. | Günther Deschner | 2006-09-29 | 3 | -1/+242 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser. | Günther Deschner | 2006-09-28 | 2 | -21/+242 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupid | Günther Deschner | 2006-09-28 | 2 | -93/+2 | |
| | | | | | | | | | | | | | | | | | | things. Guenther | |||||
| | * | r18983: Add some comments for the LDAP based GPO routines. | Günther Deschner | 2006-09-28 | 3 | -49/+60 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18982: Move the gpo related functions to "libgpo". | Günther Deschner | 2006-09-28 | 4 | -6/+7 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODO | Gerald Carter | 2006-09-28 | 21 | -189/+1825 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | items in cac_winreg.c * Get 'net rpc registry enumerate' to list values again * Fix winreg.idl QueryInfoKey(). The max_subkeysize is the max_classlen (we previously had this correct in Samba3") * fix valgrind error about uninitialized memory and use-before-set on size value inmemset() call * Fix key enumeration in 'net rpc registry enumerate' * regenerate gen_dir files based on local pidl patches Please note that the generated ndr files are from my local copy of pidl. If you need to regenerate, please apply the patch that I posted to the samba-technical list earlier today. | |||||
| | * | r18980: Be a little more intelligent about "startup_time", | Jeremy Allison | 2006-09-28 | 3 | -7/+31 | |
| | | | | | | | | | | | | | | | | | | move into the domain struct. Allow message to go online to set this state and cope with removing it. Jeremy. | |||||
| | * | r18976: follow the advice from "William Jojo" <jojowil@hvcc.edu> | Stefan Metzmacher | 2006-09-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | and pass -bbigtoc also to the linker when building shared libs metze | |||||
| | * | r18973: we should always set LDFLAGS and DYNEXP depending on the host_os | Stefan Metzmacher | 2006-09-28 | 2 | -19/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | but disable building of shared libs and modules whe enable_shared != yes Also make it easier to track down the problem with lost LDFLAGS values on AIX. metze | |||||
| | * | r18969: Fix typo. | Günther Deschner | 2006-09-28 | 3 | -4/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18966: this bug affects Samba3 too. I'm actually surprised nobody has | Andrew Tridgell | 2006-09-27 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | reported that Samba3 on Solaris Sparc with the native compiler can't join Windows domains. If it worked we were just lucky. I suspect it just didn't work. | |||||
| | * | r18964: fix 'net rpc registry save' to use the new wnireg client code | Gerald Carter | 2006-09-27 | 1 | -10/+5 | |
| | | | ||||||
| | * | r18963: * Move parts of registry headers that were still in | Gerald Carter | 2006-09-27 | 7 | -631/+75 | |
| | | | | | | | | | | | | | | | use to reg_objects.h * Remove unused rpc headers | |||||
| | * | r18962: * Add IDL for SaveKey() and RestoreKey() and regenerated | Gerald Carter | 2006-09-27 | 9 | -50/+201 | |
| | | | | | | | | | | | | | | | * Tested RegSaveKey() using win32 app. Apparently this code has been brokne for a really long time. | |||||
| | * | r18961: merge from samba4: | Stefan Metzmacher | 2006-09-27 | 2 | -20/+20 | |
| | | | | | | | | | | | | | | | | | | | | | fix caching of some configure tests AC_CACHE_CHECK() *needs* '_cv_' in the shell var to do caching... metze | |||||
| | * | r18959: reformat using indent | Gerald Carter | 2006-09-27 | 6 | -4912/+5563 | |
| | | | ||||||
| | * | r18958: merge from samba4: | Stefan Metzmacher | 2006-09-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | we need to include unistd.h in system/network.h because it contains the ioctl() prototype on some systems and we need to make sure it gets included before socket_wrapper defines ioctl swrap_ioctl metze | |||||
| | * | r18956: fix -pie and -fPIE together with configure -C | Stefan Metzmacher | 2006-09-27 | 1 | -6/+7 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18955: fix the build on solaris where unistd.h needs to be includes before | Stefan Metzmacher | 2006-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | socket_wrapper defined ioctl swrap_ioctl metze | |||||
| | * | r18954: Fix segv in QueryValue and Enumvalue. regedit.exe now | Gerald Carter | 2006-09-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | is happy again when creating keys and values | |||||
| | * | r18953: sync socket_wrapper with samba4 | Stefan Metzmacher | 2006-09-27 | 3 | -0/+46 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18952: fix compiler warning (merge from samba4) | Stefan Metzmacher | 2006-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18951: socket_wrapper has only 16 interfaces anymore... | Stefan Metzmacher | 2006-09-27 | 1 | -8/+9 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18950: I can't see where stropts.h and poll.h are needed | Stefan Metzmacher | 2006-09-27 | 2 | -9/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I just removed the only reference to poll() in my last commit) they were added in this commit, without make usage of them. http://cvs.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.21&r2=1.22&f=h http://cvs.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h.diff?r1=1.105&r2=1.106&f=h metze | |||||
| | * | r18949: use sys_usleep() | Stefan Metzmacher | 2006-09-27 | 2 | -7/+2 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18941: Minor cleanup in ads_parse_gpo(). | Günther Deschner | 2006-09-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ↵ | Gerald Carter | 2006-09-27 | 1 | -4/+10 | |
| | | | | | | | | | | | | work | |||||
| | * | r18939: don't rely on the umask being right in ldb creation. Both Samba3 and | Andrew Tridgell | 2006-09-27 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samba4 smbd force the umask to 0, which meant we ended up with ldb being world writable. This isn't really an ideal fix, as it means ldb no longer honors umask (as it should do, like all good libraries). Unfortunately the 'proper' fix is too complex for now this also merges a tiny code style fix from s4 to s3 | |||||
| | * | r18938: fixed a group map bug reported by Jerry. The caller in mapping.c | Andrew Tridgell | 2006-09-27 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | relies on appending to this list. Unfortunately this can't be tested using 'net groupmap' | |||||
| | * | r18937: Protect against segc in the idmap winbindd child process | Gerald Carter | 2006-09-27 | 1 | -2/+4 | |
| | | | | | | | | | | | | (the domain is NULL here) | |||||
| | * | r18935: Make "netshareenum" work again. There is most probably a better way to | Günther Deschner | 2006-09-26 | 1 | -1/+28 | |
| | | | | | | | | | | | | | | | | | | do this... Any pointers? Guenther | |||||
| | * | r18934: fix a segv in CreateKey() | Gerald Carter | 2006-09-26 | 1 | -1/+3 | |
| | | | ||||||
| | * | r18932: In RegEnumvalue() and RegQueryValue(), the output buffer | Gerald Carter | 2006-09-26 | 1 | -0/+4 | |
| | | | | | | | | | | | | size must match the real value of the data. | |||||
| | * | r18931: * Fix the IDL for QueryInfoKey. teh Classname in an | Gerald Carter | 2006-09-26 | 9 | -212/+212 | |
| | | | | | | | | | | | | | | | | | | in,out ref pointer * Clarify variable names in EnumValue IDL * Fix server code for _winreg_EnumValue() and _winreg_QueryInfoKe() | |||||
| | * | r18929: * Clarify QueryValue IDL and regenerate code | Gerald Carter | 2006-09-26 | 8 | -113/+116 | |
| | | | | | | | | | | | | | | | * Fix server _winreg_Query_Value() implementation so that usrmgr.exe starts now | |||||
| | * | r18928: Some more const for iniparser. | Günther Deschner | 2006-09-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18927: Fix build. *please* compile the code at least once before checking ↵ | Gerald Carter | 2006-09-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | it in. | |||||
| | * | r18926: Add some useful macros. | Günther Deschner | 2006-09-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18924: Minor cleanup. | Günther Deschner | 2006-09-26 | 1 | -8/+8 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18923: Fix more memleaks. | Günther Deschner | 2006-09-26 | 3 | -7/+23 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18922: Apply some const. | Günther Deschner | 2006-09-26 | 2 | -10/+10 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18921: Fix some c++ warnings. | Günther Deschner | 2006-09-26 | 1 | -7/+7 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r18920: merge socket_wrapper changes from samba4 | Stefan Metzmacher | 2006-09-26 | 1 | -21/+58 | |
| | | | | | | | | | | | | metze | |||||
| | * | r18919: * Get the new rpccli_winreg_XXXX() functions into the tree | Gerald Carter | 2006-09-26 | 8 | -2858/+206 | |
| | | | | | | | | | | | | | | | There some broken functionality here that I'm still working on. * remove unneeded parsing routines | |||||
| | * | r18912: we don't need the special case for comments now in the | Andrew Tridgell | 2006-09-26 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | This also fixes comments in group mappings, as the code accidentially put in "ntName" in the comment field :-) | |||||
| | * | r18910: Change ldb_msg_add_string() to not actually add an attribute if the | Andrew Tridgell | 2006-09-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | string is zero length. This allows callers to not have to worry about creating an invalid ldap attribute. See extensive discussion on samba-technical list :-) | |||||
| | * | r18907: W00t. My original fix was correct after all :-). | Jeremy Allison | 2006-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Re-checking it in. Fix bug #4095 - username composed into domain\user twice in spnego path. Jeremy. | |||||
| | * | r18906: Fix 'make clean' to deal with new lib/ldb/ directory structure. | Gerald Carter | 2006-09-25 | 1 | -2/+3 | |
| | | |