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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r604: Better dumping of in,out,ref properties.
Tim Potter
1
-0
/
+12
2007-10-10
r602: Autogenerated packet-dcerpc-samr.c now compiles!
Tim Potter
2
-8
/
+148
2007-10-10
r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...
Andrew Tridgell
6
-55
/
+400
2007-10-10
r600: Get rid of trailing whitespace which freaks out emacs' fontification.
Tim Potter
1
-6
/
+6
2007-10-10
r597: Start generating parser code - only supports uint16, uint32 and policy
Tim Potter
1
-229
/
+61
2007-10-10
r596: log all ldb searches at level 4 in samdb
Andrew Tridgell
1
-0
/
+2
2007-10-10
r595: nicer handling on max_size multiplier
Andrew Tridgell
1
-2
/
+3
2007-10-10
r594: - make sure all users in the domain have the same base sid!
Andrew Tridgell
1
-2
/
+11
2007-10-10
r593: add a constant for the records size multiplier for max_size in samr_Enu...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)
Andrew Tridgell
1
-2
/
+0
2007-10-10
r589: Fix IDL dump module so --dump and --diff options to pidl.pl work
Tim Potter
1
-23
/
+62
2007-10-10
r587: added server code for samr_EnumDomainUsers, and started adding
Andrew Tridgell
4
-10
/
+293
2007-10-10
r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
2
-8
/
+13
2007-10-10
r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet
Andrew Tridgell
2
-17
/
+29
2007-10-10
r578: initial server side implementation of samr_CreateUser(),
Andrew Tridgell
5
-102
/
+666
2007-10-10
r577: extended the LookupNames test to check for correct handling of unmapped...
Andrew Tridgell
1
-5
/
+21
2007-10-10
r576: added a ldap_timestring() function (needed for fields like whenChanged ...
Andrew Tridgell
1
-0
/
+19
2007-10-10
r575: moved the SID_NAME_USE enum into samr.idl
Andrew Tridgell
2
-13
/
+14
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
13
-37
/
+111
2007-10-10
r550: Remove clientfns.pm module - it was a bad idea.
Tim Potter
3
-137
/
+2
2007-10-10
r549: added support for DOS error codes in NTSTATUS returns. This uses a
Andrew Tridgell
3
-2
/
+25
2007-10-10
r514: added a context pointer to the samdb interface, as suggested by
Andrew Tridgell
2
-43
/
+138
2007-10-10
r513: added a generic ldb debug system to allow the Samba debug functions to
Andrew Tridgell
14
-10
/
+171
2007-10-10
r511: fix some const handling
Andrew Tridgell
1
-3
/
+3
2007-10-10
r510: converted the samdb code to give ldb a talloc context rather than letti...
Andrew Tridgell
2
-37
/
+86
2007-10-10
r509: fixed a memory handling bug that affects ldb with memory pools that
Andrew Tridgell
1
-1
/
+6
2007-10-10
r508: fixed a place where we used free() on memory from a talloc(). The new
Andrew Tridgell
1
-2
/
+1
2007-10-10
r507: the new ldb code will use talloc_free() a lot, so I have made
Andrew Tridgell
1
-137
/
+151
2007-10-10
r506: got rid of unused function secrets_get_trusted_domains()
Andrew Tridgell
1
-132
/
+0
2007-10-10
r504: fixed a bad call to list_union()
Andrew Tridgell
1
-2
/
+3
2007-10-10
r503: we don't need to include ldb_parse.h any more
Andrew Tridgell
1
-1
/
+0
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
25
-492
/
+693
2007-10-10
r491: regtree and gregedit also depend on LIBCMDLINE (popt stuff)
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
13
-41
/
+222
2007-10-10
r476: i forgot the argument to get_time_zone()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r469: considerably improved the ChangePasswordUser3() IDL thanks to an idea f...
Andrew Tridgell
1
-6
/
+13
2007-10-10
r468: fixed timegm() on broken systems
Andrew Tridgell
1
-1
/
+5
2007-10-10
r467: hopefully get the buildfarm compiling fine now...
Stefan Metzmacher
5
-10
/
+13
2007-10-10
r466: implemented samr_OpenDomain() and samr_GetDomPwInfo() server side calls
Andrew Tridgell
2
-10
/
+116
2007-10-10
r465: we need common.h in two more rpc server pipes
Andrew Tridgell
2
-0
/
+2
2007-10-10
r464: a big improvement to the API for writing server-side RPC
Andrew Tridgell
11
-594
/
+521
2007-10-10
r463: build ldb with debugging when standalone
Andrew Tridgell
1
-1
/
+1
2007-10-10
r462: added an explanation about the rather complex ltdb_key() function
Andrew Tridgell
1
-0
/
+9
2007-10-10
r459: added an initial provision.ldif - this is temporary, and needs to be
Andrew Tridgell
1
-0
/
+734
2007-10-10
r458: this is the (very primitive) beginnings of a SAMR server for
Andrew Tridgell
5
-1
/
+1235
2007-10-10
r457: added some more samr tests to help me work out the right error codes
Andrew Tridgell
1
-1
/
+27
2007-10-10
r456: - added -i option to ldbsearch
Andrew Tridgell
7
-49
/
+75
2007-10-10
r454: allow a non-URL form of a filename to be used in ldb_connect(). This
Andrew Tridgell
2
-6
/
+10
2007-10-10
r453: added a comment about indexing on objectclass
Andrew Tridgell
1
-1
/
+4
[prev]
[next]