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
r24047: With -Wmissing-prototypes these two always generate warnings. They
Volker Lendecke
1
-0
/
+14
2007-10-10
r24046: Fix a 64-bit warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r24044: Fix an uninitialized variable warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r24042: add support for krb5 sign and seal in LDAP via "GSS-SPNEGO"
Stefan Metzmacher
1
-1
/
+309
2007-10-10
r24039: remove unused global variable...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24037: only setup sasl wrapping after a successful bind
Stefan Metzmacher
1
-2
/
+4
2007-10-10
r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web....
Jeremy Allison
1
-5
/
+14
2007-10-10
r24034: Print the full cluster pid in print_lock_struct
Volker Lendecke
1
-2
/
+2
2007-10-10
r24033: We need to be able to cope with packet_handler calling itself
Volker Lendecke
1
-4
/
+5
2007-10-10
r24032: It helps testing tremendously if the cluster messaging actually sends
Volker Lendecke
2
-0
/
+16
2007-10-10
r24031: Fix some 64 bit warnings
Volker Lendecke
1
-3
/
+4
2007-10-10
r24029: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
Stefan Metzmacher
1
-5
/
+8
2007-10-10
r24027: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:
Stefan Metzmacher
2
-0
/
+34
2007-10-10
r24025: packet_send() expects DATA_BLOB elements as vaargs
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r24024: Minor cleanup in ads_parse_gp_ext().
Günther Deschner
1
-9
/
+3
2007-10-10
r24023: Correctly support REG_BINARY in registry_push_value() and
Günther Deschner
1
-2
/
+6
2007-10-10
r24021: use MSG_BROADCAST_PID_STR as value for broadcast messages
Stefan Metzmacher
2
-2
/
+6
2007-10-10
r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/:
Stefan Metzmacher
1
-8
/
+23
2007-10-10
r24017: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
Stefan Metzmacher
1
-14
/
+22
2007-10-10
r24015: merge RHEL4-CTDB packaging stuff from
Stefan Metzmacher
15
-0
/
+1292
2007-10-10
r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r24009: Revert to the 3.0.25 logic for parsing the client's protocols. hpisgr8
Volker Lendecke
1
-13
/
+5
2007-10-10
r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and to
Volker Lendecke
1
-1
/
+1
2007-10-10
r24007: Attempt to fix the build on host "gwen". The Makefile ended up with an
Volker Lendecke
1
-2
/
+2
2007-10-10
r24006: Some more paranoia in reply_negprot
Volker Lendecke
1
-2
/
+12
2007-10-10
r24005: Attempt to fix the build on host deckchair
Volker Lendecke
1
-1
/
+1
2007-10-10
r24004: Convert reply_checkpath to the new API
Volker Lendecke
2
-17
/
+24
2007-10-10
r24003: Convert reply_tcon_and_X to the new API
Volker Lendecke
2
-45
/
+73
2007-10-10
r24002: Convert reply_negprot to the new API
Volker Lendecke
2
-91
/
+115
2007-10-10
r24001: Separate out the parsing of the client's requested protocols
Volker Lendecke
1
-29
/
+66
2007-10-10
r24000: Add message_push_blob() and message_push_string().
Volker Lendecke
2
-0
/
+61
2007-10-10
r23999: Convert reply_open_and_X
Volker Lendecke
3
-71
/
+105
2007-10-10
r23998: Convert reply_close to the new API
Volker Lendecke
3
-19
/
+28
2007-10-10
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
10
-395
/
+782
2007-10-10
r23996: One more const
Volker Lendecke
1
-1
/
+1
2007-10-10
r23992: Some const
Volker Lendecke
1
-2
/
+2
2007-10-10
r23991: Some const
Volker Lendecke
2
-2
/
+2
2007-10-10
r23990: Reformatting for 80 cols and trailing whitespace
Volker Lendecke
1
-11
/
+18
2007-10-10
r23989: For testing purposes, add "echo" to smbclient
Volker Lendecke
1
-0
/
+19
2007-10-10
r23988: Looks a lot more scary than it is: This just unwraps the else-branch of
Volker Lendecke
1
-67
/
+74
2007-10-10
r23987: Remove static pid in switch_message()
Volker Lendecke
1
-5
/
+3
2007-10-10
r23986: Some const
Volker Lendecke
2
-6
/
+14
2007-10-10
r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb:
Michael Adam
1
-23
/
+60
2007-10-10
r23980: Fix one more use of pwrite in expand_file.
Michael Adam
1
-1
/
+10
2007-10-10
r23979: Fix another occurence of (written != requested) as an
Michael Adam
1
-5
/
+22
2007-10-10
r23977: Im prove the pwrite-patch to tdb_expand_file of r23972:
Michael Adam
1
-7
/
+20
2007-10-10
r23976: Move authdata.o to LIBADS_SERVER_OBJ.
Günther Deschner
1
-2
/
+2
2007-10-10
r23975: Enhance some debug output.
Michael Adam
1
-2
/
+4
2007-10-10
r23974: Fix Coverity ID 361. num_rids == 0 is caught on function entry
Volker Lendecke
1
-10
/
+5
2007-10-10
r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r...
Günther Deschner
2
-1
/
+112
[next]