index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r443: Update Samba4 to the auth and NTLMSSP code from Samba3.
Andrew Bartlett
17
-742
/
+1048
2007-10-10
r442: fixed some uninitialised variables pointed out by gcc -O3
Andrew Tridgell
3
-4
/
+3
2007-10-10
r441: added an example of how to use the remote rpc interface
Andrew Tridgell
1
-0
/
+7
2007-10-10
r437: fixed handling of a corner case with multi-valued indexing
Andrew Tridgell
2
-0
/
+14
2007-10-10
r436: fixed indexing of objectclass with subclasses
Andrew Tridgell
1
-1
/
+64
2007-10-10
r435: a major upgrade for ldb
Andrew Tridgell
18
-142
/
+904
2007-10-10
r432: fix the linking of the reg* tools
Stefan Metzmacher
1
-15
/
+31
2007-10-10
r425: add some comments to ugly code parts
Stefan Metzmacher
2
-1
/
+2
2007-10-10
r424: let this code compile on every machine hopefully
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r420: added nicer names for the field bits in userinfo21
Andrew Tridgell
2
-15
/
+143
2007-10-10
r419: Data::Dumper is not portable
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r412: as we decide to not do 3.0.2a releases anymore,
Stefan Metzmacher
2
-18
/
+1
2007-10-10
r411: make swig should not be the first make rule...
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r392: added IDL for 3 more netlogon Delta levels, thanks to a dump from Richa...
Andrew Tridgell
1
-5
/
+21
2007-10-10
r390: added my best guess for how session keys are supposed to work when you
Andrew Tridgell
4
-5
/
+34
2007-10-10
r389: added a test for set user info level 26 (set password extended)
Andrew Tridgell
1
-1
/
+56
2007-10-10
r388: added IDL for 3 more set user info levels (all of which set the
Andrew Tridgell
1
-0
/
+22
2007-10-10
r387: more C++ friendly changes
Andrew Tridgell
3
-31
/
+31
2007-10-10
r386: Another torture test to survive.
Volker Lendecke
1
-0
/
+66
2007-10-10
r383: Scripting extensions using swig. This commit includes only a (LGPL)
Tim Potter
5
-0
/
+213
2007-10-10
r382: More C++ friendliness fixes.
Tim Potter
5
-13
/
+13
2007-10-10
r381: make the code more C++ friendly
Andrew Tridgell
6
-21
/
+21
2007-10-10
r380: make sure that ldbedit -a works with all tdb and LDAP backends
Andrew Tridgell
1
-1
/
+1
2007-10-10
r374: allow for a policy_handle fetch using a handle type of
Andrew Tridgell
2
-1
/
+3
2007-10-10
r373: use a much larger default tdb hash size in ldb
Andrew Tridgell
1
-1
/
+2
2007-10-10
r372: automatically create a fake BDC machine account and delete it
Andrew Tridgell
2
-25
/
+191
2007-10-10
r365: improved the IDL for samr_Connect5()
Andrew Tridgell
2
-21
/
+26
2007-10-10
r364: finally worked out the ancient samr_ChangePasswordUser() interface
Andrew Tridgell
2
-37
/
+33
2007-10-10
r363: nicer error handling in pidl
Andrew Tridgell
2
-1
/
+3
2007-10-10
r362: after setting domain info query it again so we can see what attributes ...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r361: allow anonymous browsing
Andrew Tridgell
1
-9
/
+2
2007-10-10
r360: use the STYPE_* definitions from srvsvc.idl
Andrew Tridgell
1
-4
/
+6
2007-10-10
r359: moved the share type definitions to srvsvc.idl
Andrew Tridgell
2
-9
/
+8
2007-10-10
r358: added some more annotation on the samr unknown attributes
Andrew Tridgell
1
-6
/
+9
2007-10-10
r357: added share browsing to smbclient using the SRVSVC MSRPC pipe
Andrew Tridgell
1
-4
/
+92
2007-10-10
r356: Start of auto-generated client functions. Tridge can you take a look
Tim Potter
3
-1
/
+136
2007-10-10
r355: Fix a bunch of compiler warnings in the registry code.
Tim Potter
9
-42
/
+34
2007-10-10
r354: Tridge convinced me that writing some wrapper functions by hand was a
Tim Potter
2
-400
/
+1
2007-10-10
r344: fixed deletion of index records
Andrew Tridgell
1
-1
/
+1
2007-10-10
r343: added automatic reindexing of the database when the index list changes
Andrew Tridgell
2
-0
/
+78
2007-10-10
r336: added a -X command line option to smbtorture to enable dangerous or
Andrew Tridgell
5
-8
/
+93
2007-10-10
r335: added much better handling of servers that die unexpectedly during a
Andrew Tridgell
10
-30
/
+156
2007-10-10
r327: fixed an uninitialised variable found by valgrind
Andrew Tridgell
1
-0
/
+1
2007-10-10
r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for...
Andrew Tridgell
2
-11
/
+61
2007-10-10
r325: added IDL and test code for samr_ChangePasswordUser3().
Andrew Tridgell
2
-30
/
+154
2007-10-10
r324: - don't reseed on every password generate
Andrew Tridgell
1
-1
/
+5
2007-10-10
r323: added rough password quality checking in generate_random_str(), so we g...
Andrew Tridgell
1
-2
/
+31
2007-10-10
r322: use the -C option to configure for developers (makes a huge speed diffe...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r313: add the warning about fileaccess as user 'root'
Stefan Metzmacher
2
-0
/
+12
2007-10-10
r312: let ntvfs posix backend return NT_STATUS_ACCESS_DENIED in the connect hook
Stefan Metzmacher
3
-95
/
+16
[prev]
[next]