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
r4786: forgot to commit the exclusion for schema checking against our control...
Simo Sorce
1
-0
/
+8
2007-10-10
r4785: add schema objects to provision
Simo Sorce
2
-0
/
+37398
2007-10-10
r4784: finally make schema module use a single ldb
Simo Sorce
6
-52
/
+764
2007-10-10
r4783: got rid of another void* in the composite code. This brings us down to
Andrew Tridgell
5
-114
/
+88
2007-10-10
r4782: volker quite rightly pointed out that there is too much of a
Andrew Tridgell
5
-130
/
+131
2007-10-10
r4781: the tolower() in schema.c is a premature optimisation. I suspect the
Andrew Tridgell
2
-13
/
+8
2007-10-10
r4780: tolower() requires ctype.h
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...
Andrew Tridgell
1
-13
/
+40
2007-10-10
r4778: I forgot to set the session key for the spnego path. Fixed.
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
15
-647
/
+519
2007-10-10
r4776: Add more debugs to SamSync test.
Andrew Bartlett
1
-25
/
+64
2007-10-10
r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...
Simo Sorce
1
-35
/
+57
2007-10-10
r4774: It appears the SensitiveData contains the password history, as the
Andrew Bartlett
1
-1
/
+12
2007-10-10
r4773: Handle arrays of scalar types as function arguments.
Tim Potter
1
-24
/
+61
2007-10-10
r4772: fixed checking of the conformant size for dom_sid2
Andrew Tridgell
1
-1
/
+7
2007-10-10
r4771: Fix some indentation.
Tim Potter
1
-6
/
+25
2007-10-10
r4770: Change from processing ndr_*.[ch] files all at once to line-by-line.
Tim Potter
1
-20
/
+16
2007-10-10
r4769: added a smb_composite_connect() function that provides a simple async
Andrew Tridgell
6
-4
/
+477
2007-10-10
r4768: Until I can prove it, we should not have these elements marked as
Andrew Bartlett
1
-4
/
+4
2007-10-10
r4767: handle the different NBT session request refusals, and map them to
Andrew Tridgell
1
-10
/
+41
2007-10-10
r4766: Add another useful helper function: samdb_msg_set_value()
Andrew Bartlett
1
-0
/
+15
2007-10-10
r4765: simplify the async socket code to always go via the event handler
Andrew Tridgell
1
-18
/
+9
2007-10-10
r4764: Add some more structs to keep the proto.h compile happy.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r4763: Join Samba4 to itself during the provision process.
Andrew Bartlett
3
-1
/
+20
2007-10-10
r4762: Store the results of a 'net join' in the LDB.
Andrew Bartlett
3
-42
/
+255
2007-10-10
r4759: use ldb_attr_cmp() to compare attribute names
Simo Sorce
2
-34
/
+53
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
16
-191
/
+152
2007-10-10
r4757: added the ability of the clisocket level of libcli to handle async
Andrew Tridgell
8
-100
/
+227
2007-10-10
r4756: a slight tidy up in the events code
Andrew Tridgell
1
-4
/
+1
2007-10-10
r4755: the recent change in the definition of lp_passwordserver() breaks this
Andrew Tridgell
2
-204
/
+0
2007-10-10
r4754: tidied up the composite function infrastructure to make it easier to
Andrew Tridgell
4
-44
/
+67
2007-10-10
r4753: added the ability for the generic socket library to handle async
Andrew Tridgell
5
-30
/
+104
2007-10-10
r4748: removed unnecessary distinguishedName from provisioning
Andrew Tridgell
2
-35
/
+0
2007-10-10
r4745: remove the distinguishedName attribute adds from samr. See the
Andrew Tridgell
1
-5
/
+0
2007-10-10
r4744: until we decide what to do about attribute aliasing (see my recent
Andrew Tridgell
1
-3
/
+5
2007-10-10
r4730: remove unused struct elements
Stefan Metzmacher
1
-38
/
+1
2007-10-10
r4729: add dummy "winbind" service
Stefan Metzmacher
4
-1
/
+249
2007-10-10
r4728: split up server_services into:
Stefan Metzmacher
21
-494
/
+566
2007-10-10
r4727: add a reference to the event context
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
12
-76
/
+43
2007-10-10
r4725: make "password server" a string list
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r4723: Predefine libnet_JoinDomain as it's used in proto.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r4722: Start to add 'net join' to Samba4.
Andrew Bartlett
8
-48
/
+445
2007-10-10
r4721: Changes to libnet_passwd to take advantage of the new easier to call
Andrew Bartlett
2
-198
/
+239
2007-10-10
r4720: Reformat, rename, and convert to enums parts of the LSA IDL specificat...
Andrew Bartlett
1
-45
/
+46
2007-10-10
r4719: snprintf.c is used outside of samba, so don't use our special types
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4718: don't use the deprecated __va_copy() unless va_copy() is unavailable
Andrew Tridgell
2
-0
/
+4
2007-10-10
r4717: fixed our usage of VA_COPY to be more standards compliant
Andrew Tridgell
2
-4
/
+15
2007-10-10
r4716: add a real ugly hack to get all ldap queries of an
Stefan Metzmacher
3
-2
/
+1091
2007-10-10
r4715: alwys add the distinguishedName attribute
Stefan Metzmacher
2
-0
/
+40
[next]