Quieten status message when linking libsmbclient.so
[kai/samba.git] / source3 /
2002-11-14 Tim PotterQuieten status message when linking libsmbclient.so
2002-11-13 Jelmer Vernooijsmall patch to makesure we fallback to <xfs/xqm.h>...
2002-11-13 Jeremy AllisonFix smbwrapper from the global_* changes.
2002-11-13 Jelmer VernooijAdd installmodules and uninstallmodules targets
2002-11-13 Jelmer VernooijRemove obsolete scripts and put in module install/uninstall
2002-11-13 Jelmer VernooijAdd debug2html and *.so
2002-11-13 Jelmer VernooijMove 'weird' character set into new 'developer' module
2002-11-13 Jelmer VernooijLoad modules in lp_modules() after fork()
2002-11-13 Jelmer Vernooijadd lp_modules()
2002-11-13 Jelmer VernooijDon't crash when there are no arguments specified
2002-11-13 Jelmer VernooijAdd a DEBUG() that gives the number of successfully...
2002-11-13 Jelmer VernooijOnly add modules/pdb_xml.so and modules/pdb_mysql.so...
2002-11-13 Jelmer VernooijDon't build Makefile.in in examples/VFS/
2002-11-13 Jelmer VernooijAdd make target 'modules' that currently builds vfs_aud...
2002-11-13 Jelmer VernooijMove working VFS modules to source/modules/
2002-11-13 Andrew BartlettTry to bring libsmbclient in line with the new global_m...
2002-11-13 Andrew BartlettUndo the new --enable-developer flags that caused break...
2002-11-13 Jeremy AllisonSorry Jim we can't assign to global_xxx(), we need...
2002-11-13 Jim McDonoughBring smbmount.c in line with jra's global-cide. globa...
2002-11-13 Andrew Bartlett- Add some more warning flags for --enable-developer.
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Martin PoolRename unpack_* functions to be consistent
2002-11-12 Martin PoolRename pytdbpack_unpack -> pytdbunpack
2002-11-12 Martin PoolJust reorder functions to put related ones together
2002-11-12 Martin PoolRemove dead code for packing buffers which has now...
2002-11-12 Martin PoolRemove dead code for packing buffers which has now...
2002-11-12 Martin PoolRemove non-integer Pointer values, which are no longer...
2002-11-12 Jelmer VernooijDon't throw out WEIRD - yet (I committed my local chang...
2002-11-12 Jelmer VernooijFix segfault with high debug levels
2002-11-12 Jelmer VernooijAdd smb_register_charset() and use it
2002-11-11 Jeremy AllisonFix all returns to be size_t (they are all unsigned...
2002-11-11 Gerald Carterfix for CR 601. Only call addprinter command when...
2002-11-11 Jelmer VernooijMore improvement of DEBUG output
2002-11-11 Jelmer VernooijAdd extra debug info
2002-11-11 Jim McDonoughAdd getdata and getdataex commands
2002-11-11 Simo Sorceunion is better to avoid problems with pointers
2002-11-10 Jeremy AllisonFirst cut of fix for changenotify on a print server...
2002-11-10 Jelmer VernooijPrint the number of returned rows, not the number of...
2002-11-10 Jelmer VernooijAdd $(POPT_LIB_OBJ) to PROTO_OBJ
2002-11-10 Simo Sorceconsolidate error mapping functions into a single file
2002-11-10 Jeremy AllisonFix for scalable printing noticed by tpot. Don't loop...
2002-11-10 Andrew Tridgellmake sure we don't try to decode any null password...
2002-11-10 Andrew Tridgellmake sure that if kerberos fails we can fall back on...
2002-11-09 Andrew BartlettKill append_log from smbmount (thanks vance for remindi...
2002-11-09 Jim McDonoughAdd net help join text, from Steve Langasek.
2002-11-09 Gerald Carterdeldriver fix
2002-11-09 Gerald Carterre-enable ffpcn on print server handle
2002-11-09 Gerald Carterremove accidental debug code..
2002-11-09 Jeremy AllisonFix bug found by tpot with given password server.
2002-11-09 Jeremy AllisonAdd chainlock_read functions to get a read lock. Used...
2002-11-09 Andrew BartlettFix bug where not specifying '-S PDC' in 'net join...
2002-11-09 Martin PoolRewrite all the packing stuff so that it converts ...
2002-11-08 Gerald Carterdefunct winbindd fix from APP_HEAD
2002-11-08 Andrew BartlettCompleatly remove support for logfile truncation. ...
2002-11-08 Andrew BartlettMake smbpasswd use the group mapping, and fix spelling...
2002-11-08 Andrew BartlettMake it easier to track things down here - add some...
2002-11-08 Andrew BartlettMake smbpasswd tell people to use 'net join', not ...
2002-11-08 Jim McDonoughAdd enumdataex command
2002-11-08 Jim McDonoughImplement enumdata command
2002-11-08 Jim McDonoughAdd enumkey command (EnumPrinterKey api)
2002-11-08 Gerald Carterpatches from Urban
2002-11-08 Tim PotterDon't set global_machine_password_needs_changing if
2002-11-07 Jeremy AllisonFix crash bug with overwriting memory.
2002-11-07 Jelmer VernooijMake append_log work again
2002-11-07 Jelmer VernooijBack out lp_modules() check - this one got in by accide...
2002-11-07 Jelmer VernooijFix small typo
2002-11-07 Jim McDonoughWhat is wrong with you, Jim? Check in the final versio...
2002-11-07 Jim McDonoughFix the build.
2002-11-07 Jim McDonoughAllow multiple fragment RPC's to be sent.
2002-11-07 Jim McDonoughStop using hardcoded transact commands
2002-11-07 Jim McDonoughAdd smbtrans subcommands so we can stop hardcoding...
2002-11-07 Tim PotterRemove lp_security() checks for winbindd as this is...
2002-11-07 Jeremy AllisonKeeping branches in sync....
2002-11-07 Andrew Tridgellfixed some formatting errors and improved some debug...
2002-11-07 Andrew Tridgellwhen doing a 'net rpc vampire' a pdb_init_sam_pw()...
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-07 Tim PotterCall winbindd_param_init() earlier on in the piece...
2002-11-06 Tim PotterFor a BUFFER5, don't parse the buffer if the buffer...
2002-11-06 Tim PotterClient side functions for enumprinterkey.
2002-11-06 Tim PotterAdded enumprinterkey function.
2002-11-06 Tim PotterMoved function to parse a list of unicode strings into...
2002-11-06 Jelmer VernooijAdd group management support (patch from metze)
2002-11-06 Tim PotterFix compiler warnings.
2002-11-06 Jelmer VernooijAdapt to latest pdb API changes - only thing left is...
2002-11-06 Jelmer Vernooijpdb_get_unknown? -> pdb_get_unknown_?
2002-11-06 Jelmer VernooijRemove pdb_sql.o.. this one got in by accident
2002-11-06 Martin Poolpytdbpack_unpack: Clean up, and correct the handling...
2002-11-06 Martin PoolAdd another test case for repeated-unpack ('$')
2002-11-06 Tim PotterMerge ... get_dc_list() api change. This was slightly...
2002-11-06 Tim PotterIgnore profiles binary.
2002-11-05 Tim PotterMerge ... lp_talloc_free() call in init_domain_list...
2002-11-05 Jeremy AllisonEnsure can_delete returns correct error code.
2002-11-05 Jeremy AllisonMissed extern declaration.
2002-11-05 Jeremy AllisonFix to correctly return NT_STATUS_DELETE_PENDING.
2002-11-05 Jelmer VernooijSmall fix from Guenther Deschner <guenther.deschner...
2002-11-05 Martin Poolpytdbpack_pack_data: Allow first argument to be any...
2002-11-05 Martin Poolpytdbpack_pack_data: If the first argument to a 'B...
2002-11-05 Richard SharpeA small fix by Andy Thomas. Now that incrementing the...
2002-11-05 Jelmer VernooijTell popt this command requires 1 'normal' argument...
2002-11-05 Jelmer VernooijDon't generate ../examples/pdb/{xml,mysql}/configure
next