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
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r506: got rid of unused function secrets_get_trusted_domains()
Andrew Tridgell
2007-10-10
1
-132
/
+0
*
r504: fixed a bad call to list_union()
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r503: we don't need to include ldb_parse.h any more
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
2007-10-10
25
-492
/
+693
*
r491: regtree and gregedit also depend on LIBCMDLINE (popt stuff)
Stefan Metzmacher
2007-10-10
1
-4
/
+4
*
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
2007-10-10
13
-41
/
+222
*
r476: i forgot the argument to get_time_zone()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f...
Andrew Tridgell
2007-10-10
1
-6
/
+13
*
r468: fixed timegm() on broken systems
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
r467: hopefully get the buildfarm compiling fine now...
Stefan Metzmacher
2007-10-10
5
-10
/
+13
*
r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side calls
Andrew Tridgell
2007-10-10
2
-10
/
+116
*
r465: we need common.h in two more rpc server pipes
Andrew Tridgell
2007-10-10
2
-0
/
+2
*
r464: a big improvement to the API for writing server-side RPC
Andrew Tridgell
2007-10-10
11
-594
/
+521
*
r463: build ldb with debugging when standalone
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r462: added an explanation about the rather complex ltdb_key() function
Andrew Tridgell
2007-10-10
1
-0
/
+9
*
r459: added an initial provision.ldif - this is temporary, and needs to be
Andrew Tridgell
2007-10-10
1
-0
/
+734
*
r458: this is the (very primitive) beginnings of a SAMR server for
Andrew Tridgell
2007-10-10
5
-1
/
+1235
*
r457: added some more samr tests to help me work out the right error codes
Andrew Tridgell
2007-10-10
1
-1
/
+27
*
r456: - added -i option to ldbsearch
Andrew Tridgell
2007-10-10
7
-49
/
+75
*
r454: allow a non-URL form of a filename to be used in ldb_connect(). This
Andrew Tridgell
2007-10-10
2
-6
/
+10
*
r453: added a comment about indexing on objectclass
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r452: move from first-fit to best-fit in tdb record allocation. For a
Andrew Tridgell
2007-10-10
1
-48
/
+97
*
r451: More NTLMSSP work.
Andrew Bartlett
2007-10-10
3
-90
/
+167
*
r448: Fix 'auth' in Samba4, by making 'auth methods' a normal smb.conf
Andrew Bartlett
2007-10-10
2
-41
/
+2
*
r445: fixed the bind_nak code
Andrew Tridgell
2007-10-10
1
-2
/
+7
*
r444: - added the beginnings of a ldb test suite and benchmark
Andrew Tridgell
2007-10-10
8
-11
/
+266
*
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
2007-10-10
17
-742
/
+1048
*
r442: fixed some uninitialised variables pointed out by gcc -O3
Andrew Tridgell
2007-10-10
3
-4
/
+3
*
r441: added an example of how to use the remote rpc interface
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r437: fixed handling of a corner case with multi-valued indexing
Andrew Tridgell
2007-10-10
2
-0
/
+14
*
r436: fixed indexing of objectclass with subclasses
Andrew Tridgell
2007-10-10
1
-1
/
+64
*
r435: a major upgrade for ldb
Andrew Tridgell
2007-10-10
18
-142
/
+904
*
r432: fix the linking of the reg* tools
Stefan Metzmacher
2007-10-10
1
-15
/
+31
*
r425: add some comments to ugly code parts
Stefan Metzmacher
2007-10-10
2
-1
/
+2
*
r424: let this code compile on every machine hopefully
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r420: added nicer names for the field bits in userinfo21
Andrew Tridgell
2007-10-10
2
-15
/
+143
*
r419: Data::Dumper is not portable
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r412: as we decide to not do 3.0.2a releases anymore,
Stefan Metzmacher
2007-10-10
2
-18
/
+1
*
r411: make swig should not be the first make rule...
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa...
Andrew Tridgell
2007-10-10
1
-5
/
+21
*
r390: added my best guess for how session keys are supposed to work when you
Andrew Tridgell
2007-10-10
4
-5
/
+34
*
r389: added a test for set user info level 26 (set password extended)
Andrew Tridgell
2007-10-10
1
-1
/
+56
*
r388: added IDL for 3 more set user info levels (all of which set the
Andrew Tridgell
2007-10-10
1
-0
/
+22
*
r387: more C++ friendly changes
Andrew Tridgell
2007-10-10
3
-31
/
+31
*
r386: Another torture test to survive.
Volker Lendecke
2007-10-10
1
-0
/
+66
*
r383: Scripting extensions using swig. This commit includes only a (LGPL)
Tim Potter
2007-10-10
5
-0
/
+213
*
r382: More C++ friendliness fixes.
Tim Potter
2007-10-10
5
-13
/
+13
*
r381: make the code more C++ friendly
Andrew Tridgell
2007-10-10
6
-21
/
+21
*
r380: make sure that ldbedit -a works with all tdb and LDAP backends
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r374: allow for a policy_handle fetch using a handle type of
Andrew Tridgell
2007-10-10
2
-1
/
+3
[prev]
[next]