index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
r19002: Add a very simple synchronisation function to download the full GPO.
Günther Deschner
2007-10-10
3
-48
/
+229
*
r19001: Fix comment
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that this...
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r18998: - make more usage of PRINTF_ATTRIBUTE()
Stefan Metzmacher
2007-10-10
2
-10
/
+9
*
r18996: merge from samba4:
Stefan Metzmacher
2007-10-10
2
-12
/
+37
*
r18993: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-29
/
+83
*
r18991: Fix bug 4133 -- Thanks to Olaf Flebbe
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r18988: Check and refresh expired GPOs.
Günther Deschner
2007-10-10
2
-1
/
+129
*
r18987: Add some usage prints for "net ads gpo".
Günther Deschner
2007-10-10
1
-13
/
+33
*
r18986: Add some more GPO download helper functions.
Günther Deschner
2007-10-10
3
-1
/
+242
*
r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser.
Günther Deschner
2007-10-10
2
-21
/
+242
*
r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupid
Günther Deschner
2007-10-10
2
-93
/
+2
*
r18983: Add some comments for the LDAP based GPO routines.
Günther Deschner
2007-10-10
3
-49
/
+60
*
r18982: Move the gpo related functions to "libgpo".
Günther Deschner
2007-10-10
4
-6
/
+7
*
r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODO
Gerald Carter
2007-10-10
21
-189
/
+1825
*
r18980: Be a little more intelligent about "startup_time",
Jeremy Allison
2007-10-10
3
-7
/
+31
*
r18976: follow the advice from "William Jojo" <jojowil@hvcc.edu>
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18973: we should always set LDFLAGS and DYNEXP depending on the host_os
Stefan Metzmacher
2007-10-10
2
-19
/
+45
*
r18969: Fix typo.
Günther Deschner
2007-10-10
3
-4
/
+4
*
r18966: this bug affects Samba3 too. I'm actually surprised nobody has
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r18964: fix 'net rpc registry save' to use the new wnireg client code
Gerald Carter
2007-10-10
1
-10
/
+5
*
r18963: * Move parts of registry headers that were still in
Gerald Carter
2007-10-10
7
-631
/
+75
*
r18962: * Add IDL for SaveKey() and RestoreKey() and regenerated
Gerald Carter
2007-10-10
9
-50
/
+201
*
r18961: merge from samba4:
Stefan Metzmacher
2007-10-10
2
-20
/
+20
*
r18959: reformat using indent
Gerald Carter
2007-10-10
6
-4912
/
+5563
*
r18958: merge from samba4:
Stefan Metzmacher
2007-10-10
1
-0
/
+4
*
r18956: fix -pie and -fPIE together with configure -C
Stefan Metzmacher
2007-10-10
1
-6
/
+7
*
r18955: fix the build on solaris where unistd.h needs to be includes before
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18954: Fix segv in QueryValue and Enumvalue. regedit.exe now
Gerald Carter
2007-10-10
1
-2
/
+2
*
r18953: sync socket_wrapper with samba4
Stefan Metzmacher
2007-10-10
3
-0
/
+46
*
r18952: fix compiler warning (merge from samba4)
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r18951: socket_wrapper has only 16 interfaces anymore...
Stefan Metzmacher
2007-10-10
1
-8
/
+9
*
r18950: I can't see where stropts.h and poll.h are needed
Stefan Metzmacher
2007-10-10
2
-9
/
+0
*
r18949: use sys_usleep()
Stefan Metzmacher
2007-10-10
2
-7
/
+2
*
r18941: Minor cleanup in ads_parse_gpo().
Günther Deschner
2007-10-10
1
-2
/
+2
*
r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ...
Gerald Carter
2007-10-10
1
-4
/
+10
*
r18939: don't rely on the umask being right in ldb creation. Both Samba3 and
Andrew Tridgell
2007-10-10
2
-2
/
+4
*
r18938: fixed a group map bug reported by Jerry. The caller in mapping.c
Andrew Tridgell
2007-10-10
1
-4
/
+1
*
r18937: Protect against segc in the idmap winbindd child process
Gerald Carter
2007-10-10
1
-2
/
+4
*
r18935: Make "netshareenum" work again. There is most probably a better way to
Günther Deschner
2007-10-10
1
-1
/
+28
*
r18934: fix a segv in CreateKey()
Gerald Carter
2007-10-10
1
-1
/
+3
*
r18932: In RegEnumvalue() and RegQueryValue(), the output buffer
Gerald Carter
2007-10-10
1
-0
/
+4
*
r18931: * Fix the IDL for QueryInfoKey. teh Classname in an
Gerald Carter
2007-10-10
9
-212
/
+212
*
r18929: * Clarify QueryValue IDL and regenerate code
Gerald Carter
2007-10-10
8
-113
/
+116
*
r18928: Some more const for iniparser.
Günther Deschner
2007-10-10
2
-2
/
+2
*
r18927: Fix build. *please* compile the code at least once before checking i...
Gerald Carter
2007-10-10
1
-2
/
+2
*
r18926: Add some useful macros.
Günther Deschner
2007-10-10
1
-0
/
+3
*
r18924: Minor cleanup.
Günther Deschner
2007-10-10
1
-8
/
+8
*
r18923: Fix more memleaks.
Günther Deschner
2007-10-10
3
-7
/
+23
*
r18922: Apply some const.
Günther Deschner
2007-10-10
2
-10
/
+10
[next]