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
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
2007-10-10
r311: add srvsvc and wkssvc rpc pipes to the default pipes
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r310: add missing ','
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r307: added IDL and test code for samr_GetDomPwInfo(), samr_SetUserInfo2(),
Andrew Tridgell
2
-8
/
+114
2007-10-10
r306: added another define for a DCERPC fault code
Andrew Tridgell
1
-0
/
+1
2007-10-10
r305: - added IDL and test code for samr_RidToSid()
Andrew Tridgell
5
-36
/
+157
2007-10-10
r295: more correct IDL for the netr_AcctLock structure (I hope)
Andrew Tridgell
1
-7
/
+8
2007-10-10
r287: patch from Richard Renard to add AcctLockStr and the delete user and
Andrew Tridgell
1
-38
/
+81
2007-10-10
r286: use talloc_array_p() instead of talloc()
Stefan Metzmacher
2
-9
/
+79
2007-10-10
r278: build and install LDB_PROGS and REG_PROGS by default
Stefan Metzmacher
1
-3
/
+16
2007-10-10
r277: fix the initialisation of subsystems for process model 'thread' and 'st...
Stefan Metzmacher
2
-6
/
+15
2007-10-10
r275: added IDL and test code for samr_QueryDisplayInfo3(),
Andrew Tridgell
6
-24
/
+321
2007-10-10
r274: Be somewhat more POSIX compatible
Jelmer Vernooij
1
-9
/
+19
2007-10-10
r268: added IDL and test code for samr_QueryDomainInfo2(),
Andrew Tridgell
2
-4
/
+195
2007-10-10
r267: added IDL and test code for samr_ChangePasswordUser(),
Andrew Tridgell
2
-34
/
+273
2007-10-10
r266: modified autoidl to deal with policy handles (this helped me work out
Andrew Tridgell
1
-19
/
+47
2007-10-10
r265: fixed a bug in the string to sid conversion code
Andrew Tridgell
1
-6
/
+7
2007-10-10
r259: added samr_DeleteGroupMember() IDL and test code
Andrew Tridgell
2
-2
/
+28
2007-10-10
r258: added samr_AddGroupMember() IDL and test code
Andrew Tridgell
2
-25
/
+74
2007-10-10
r257: added samr_SetGroupInfo() IDL and test code
Andrew Tridgell
2
-1
/
+30
2007-10-10
r256: added samr_CreateDomainGroup() and samr_DeleteDomainGroup() IDL and tes...
Andrew Tridgell
2
-3
/
+131
2007-10-10
r255: added samr_SetDomainInfo IDL and test code
Andrew Tridgell
2
-1
/
+35
[next]