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
r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in
Andrew Tridgell
12
-208
/
+310
2007-10-10
r3613: fixed a typo
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3612: This appears to be the 'offical' way to initialise this struct.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r3611: DCOM client support works!!
Jelmer Vernooij
11
-22
/
+61
2007-10-10
r3610: prevent segv with heimdal and password krb5 init
Andrew Tridgell
1
-2
/
+5
2007-10-10
r3609: Lets spew out a few less error messages for tridge, and hope to get
Andrew Bartlett
2
-10
/
+3
2007-10-10
r3608: added BASE-DENYDOS test
Andrew Tridgell
2
-0
/
+126
2007-10-10
r3607: EnumDomainAlises doesn't take a max_size parameter.
Tim Potter
1
-1
/
+0
2007-10-10
r3606: More DCOM fixes:
Jelmer Vernooij
9
-48
/
+311
2007-10-10
r3602: Add looking up transport by endpoint protocol
Jelmer Vernooij
1
-0
/
+16
2007-10-10
r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper
Jelmer Vernooij
10
-72
/
+274
2007-10-10
r3600: fixed two debug typos
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3599: fixed a couple of memory errors in the rpc netlogon server
Andrew Tridgell
2
-2
/
+10
2007-10-10
r3598: hopefully fix the build on stratos
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3597: implement a suggestion from abartlet. By taking a refernce to the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left to
Andrew Tridgell
1
-1
/
+5
2007-10-10
r3595: - fixed a talloc_free ordering problem on cleanup with pending requests
Andrew Tridgell
5
-6
/
+46
2007-10-10
r3594: continue conversion to __location__ from __LINE__ for error reporting
Andrew Tridgell
1
-9
/
+9
2007-10-10
r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...
Andrew Tridgell
1
-4
/
+6
2007-10-10
r3592: auto-cleanup the test.$$ log files in these test scripts on control-C
Andrew Tridgell
3
-0
/
+4
2007-10-10
r3591: to get a bit more useful info from valgrind I'm disabling the
Andrew Tridgell
2
-2
/
+2
2007-10-10
r3590: Add some more commands to rpcclient from a patch by jbm. Add
Tim Potter
2
-6
/
+186
2007-10-10
r3589: Add some extra status codes.
Tim Potter
1
-0
/
+2
2007-10-10
r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...
Tim Potter
2
-3
/
+15
2007-10-10
r3587: Add status_codes.i as a dependencies for dcerpc.i
Tim Potter
1
-1
/
+1
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
49
-154
/
+186
2007-10-10
r3585: check sscanf return code
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r3584: fix referral handling
Stefan Metzmacher
2
-5
/
+13
2007-10-10
r3583: - seperate the ldap client code and the ldap parsing code
Stefan Metzmacher
6
-665
/
+707
2007-10-10
r3582: more gcc-4.0 signedness fixes
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r3581: fix some signedness warnings with gcc-4.0
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r3580: - on file overwrite in ntcreatex we need to replace the file permissions.
Andrew Tridgell
3
-10
/
+26
2007-10-10
r3579: with the gcc warning flag from abartlet we don't need sys_strftime()
Andrew Tridgell
2
-12
/
+2
2007-10-10
r3578: a couple of include changes that should help with FreeBSD
Andrew Tridgell
2
-5
/
+5
2007-10-10
r3577: add a torture_join_domain_ads_dc() function,
Stefan Metzmacher
1
-0
/
+94
2007-10-10
r3576: don't consider short share delay timeouts to be an error, so we can
Andrew Tridgell
1
-2
/
+0
2007-10-10
r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again.
Andrew Tridgell
2
-1
/
+19
2007-10-10
r3574: the RAW-OPEN test changes broke a couple of the other tests. This
Andrew Tridgell
9
-71
/
+158
2007-10-10
r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...
Andrew Tridgell
7
-58
/
+176
2007-10-10
r3572: Thanks to tridge for his patience with my build breakage.
Andrew Bartlett
3
-6
/
+9
2007-10-10
r3571: rough guesses at what abartlet really wanted to do in his last commit
Andrew Tridgell
4
-0
/
+16
2007-10-10
r3570: Export the user's group list from ntlm_auth, via a new command 'UG'
Andrew Bartlett
1
-2
/
+30
2007-10-10
r3565: Move PAC parsing into the session_info generation, and out of the
Andrew Bartlett
1
-16
/
+41
2007-10-10
r3558: We don't seem to need these as [public] any more.
Andrew Bartlett
1
-3
/
+3
2007-10-10
r3557: Use a switch, not a series of if/else if statements.
Andrew Bartlett
1
-8
/
+11
2007-10-10
r3556: Remove --enable-krb5developer and --enable-gtkdeveloper, as the new
Andrew Bartlett
1
-17
/
+1
2007-10-10
r3555: Fix auth_winbind to work with the new auth_util conversion code.
Andrew Bartlett
1
-8
/
+10
2007-10-10
r3554: Use the new talloc_reference changes to simply the conversion of
Andrew Bartlett
1
-61
/
+80
2007-10-10
r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument.
Andrew Bartlett
3
-3
/
+24
2007-10-10
r3552: fixed sense of ACL test
Andrew Tridgell
3
-3
/
+3
[next]