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
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2002-09-06
This is the 'easy' parts of the trusted domains patch n+3 patch from
Andrew Bartlett
6
-68
/
+93
2002-09-06
Fix some missing ; on the end of our SAM_ASSERT()...
Andrew Bartlett
1
-4
/
+4
2002-09-06
Get our consts back in line with current norms - only for pointer protection.
Andrew Bartlett
1
-7
/
+7
2002-09-06
Make it possible to actually build these modules - process the Makefile.in at
Andrew Bartlett
2
-3
/
+3
2002-09-06
Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the
Andrew Bartlett
2
-2
/
+198
2002-09-06
This commit includes part of the patch from metze posted to the list, and a few
Andrew Bartlett
6
-259
/
+225
2002-09-06
patch from metze: add a 'vfs' debug class
Andrew Bartlett
4
-1
/
+10
2002-09-06
Revert accidental commit - I'll need to do a fair bit more testing before I
Andrew Bartlett
1
-3
/
+0
2002-09-06
Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
Andrew Bartlett
7
-35
/
+154
2002-09-06
Oops...
Andrew Bartlett
1
-1
/
+1
2002-09-06
Add some DEBUG()s to some libads failure modes.
Andrew Bartlett
1
-1
/
+5
2002-09-06
One less user of Get_Pwnam_modify()...
Andrew Bartlett
1
-2
/
+4
2002-09-06
Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype for
Andrew Bartlett
4
-727
/
+775
2002-09-06
Initial version of printerdata_ex browsing.
Tim Potter
3
-5
/
+38
2002-09-06
Move printerdata dictionary object into it's own file.
Tim Potter
3
-12
/
+49
2002-09-06
Decode list of dependent files in printer driver info3 and info6.
Tim Potter
1
-1
/
+31
2002-09-06
level keys are inserted by conv routines.
Tim Potter
1
-14
/
+0
2002-09-06
Display debug data we are marshalling/unmarshalling a UNISTR in a
Tim Potter
1
-1
/
+7
2002-09-06
cli_spoolss_enumprinterdrivers:
Tim Potter
1
-0
/
+4
2002-09-05
Move the fancy NT_STATUS macros to a new file, so we can include them earlier
Andrew Bartlett
3
-38
/
+63
2002-09-05
Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simply
Jeremy Allison
2
-32
/
+9
2002-09-05
Fixed a little, long standing bug: smbclient -M <name> should resolve
Volker Lendecke
1
-3
/
+8
2002-09-05
Delivery notify messages over the back channel in *reverse* order in
Tim Potter
1
-3
/
+30
2002-09-05
Remove donotify as notifies are cheap now.
Jeremy Allison
1
-11
/
+11
2002-09-05
We shouldn't add printing flag here.
Jeremy Allison
1
-1
/
+1
2002-09-05
Send any queued up print notify messages in exit_server() so they
Tim Potter
1
-0
/
+2
2002-09-05
A netshareenum reply always contains an enum_hnd. win2k returns zero
Tim Potter
1
-4
/
+2
2002-09-05
Roussed on Jeremy for not putting in enough debugs in the new print
Tim Potter
2
-0
/
+8
2002-09-05
initial mem_ctx to NULL
Andrew Tridgell
2
-2
/
+2
2002-09-05
The new popt_common_debug code obviates the need to muck around with
Tim Potter
1
-10
/
+2
2002-09-04
Added better error code on out of space. Removed total jobs check - not
Jeremy Allison
3
-53
/
+16
2002-09-04
Only cache the user list on the SAMR handle for a particular
Andrew Bartlett
1
-6
/
+24
2002-09-04
Merge of (apparently working :-) new printing notify code.
Jeremy Allison
4
-37
/
+213
2002-09-04
Add bcast_msg_flags to connection struct. Allows sender to filter when
Jeremy Allison
9
-28
/
+59
2002-09-04
don't use ENCTYPE_ARCFOUR_HMAC unless the kerberos lib supports it
Andrew Tridgell
1
-5
/
+4
2002-09-04
Set default ACB attributes on 'unixsam' accounts. This means that machine
Andrew Bartlett
1
-0
/
+9
2002-09-04
Fix typo in comment.
Tim Potter
1
-1
/
+1
2002-09-04
Quietened some debugs.
Tim Potter
1
-2
/
+2
2002-09-04
remove inet_aton()
Gerald Carter
1
-1
/
+1
2002-09-04
DeletePrinterDriver[Ex]() fixes from APP_HEAD
Gerald Carter
2
-171
/
+238
2002-09-03
Fix the struct_blob.
Richard Sharpe
2
-5
/
+9
2002-09-03
Ensure we open UNIX fifo's non-blocking like we used to do.
Jeremy Allison
1
-0
/
+11
2002-09-03
Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> where
Jeremy Allison
1
-1
/
+7
2002-09-03
Formatting tidyup and additon of cli_close_connection() before bugfix.
Jeremy Allison
2
-118
/
+101
2002-09-03
Fix the client side NTLMSSP. It now works between smbclient and smbd!
Richard Sharpe
2
-4
/
+52
2002-09-03
Parse the NTLMSSP Challenge in cliconnect.c.
Richard Sharpe
1
-2
/
+28
2002-09-03
Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ...
Tim Potter
1
-67
/
+34
2002-09-03
Convert to new REGISTRY_VALUE cli_spoolss routines.
Tim Potter
1
-51
/
+61
2002-09-03
Fixed enumjobs command to use new JOB_INFO_CTR structure.
Tim Potter
1
-2
/
+2
2002-09-03
Fix setprinterdata rpcclient command to use new cli_spoolss_setprinterdata
Tim Potter
1
-6
/
+12
[next]